diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lib/mktime.c | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'lib/mktime.c')
| -rw-r--r-- | lib/mktime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mktime.c b/lib/mktime.c index 92c00b2b14b..5b4c144ecad 100644 --- a/lib/mktime.c +++ b/lib/mktime.c | |||
| @@ -94,7 +94,7 @@ my_tzset (void) | |||
| 94 | const char *tz = getenv ("TZ"); | 94 | const char *tz = getenv ("TZ"); |
| 95 | if (tz != NULL && strchr (tz, '/') != NULL) | 95 | if (tz != NULL && strchr (tz, '/') != NULL) |
| 96 | _putenv ("TZ="); | 96 | _putenv ("TZ="); |
| 97 | # elif HAVE_TZSET | 97 | # else |
| 98 | tzset (); | 98 | tzset (); |
| 99 | # endif | 99 | # endif |
| 100 | } | 100 | } |