summaryrefslogtreecommitdiff
path: root/lib/mktime.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-15 17:54:45 +0200
committerBruno Haible <bruno@clisp.org>2020-08-15 17:55:14 +0200
commitda1fa225cd95d1ae8c6e1d6070e60e4c074da66a (patch)
tree687a9dc94684a880f8cefee26cbb914a1eaae1db /lib/mktime.c
parent29c487dba4815614be8564344b52ab6394031d79 (diff)
downloadgnulib-da1fa225cd95d1ae8c6e1d6070e60e4c074da66a.tar.gz
Revert autoupdate's revert.
* config/srclist.txt: Mark mktime.c as needing sync with glibc.
Diffstat (limited to 'lib/mktime.c')
-rw-r--r--lib/mktime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mktime.c b/lib/mktime.c
index c8735164f6..600148795b 100644
--- a/lib/mktime.c
+++ b/lib/mktime.c
@@ -94,7 +94,7 @@ my_tzset (void)
const char *tz = getenv ("TZ");
if (tz != NULL && strchr (tz, '/') != NULL)
_putenv ("TZ=");
-# elif HAVE_TZSET
+# else
tzset ();
# endif
}