mirror of git://sourceware.org/git/glibc.git
Assume HAVE_TZSET in time/mktime.c
This patch does not affect glibc. It affects only Gnulib-specific code and is for coordination with Gnulib.
This commit is contained in:
parent
a23820f605
commit
82a1ec8510
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue