aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mktime.c
diff options
context:
space:
mode:
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 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}