* config/srclist.txt: Mark mktime.c as needing sync with glibc.
+2020-08-15 Bruno Haible <bruno@clisp.org>
+
+ Revert autoupdate's revert.
+ * config/srclist.txt: Mark mktime.c as needing sync with glibc.
+
2020-08-15 Bruno Haible <bruno@clisp.org>
frexpl: Fix configuration test result on MSVC.
#$LIBCSRC posix/regex_internal.h lib
$LIBCSRC posix/regexec.c lib
$LIBCSRC time/timegm.c lib
-$LIBCSRC time/mktime.c lib
+#$LIBCSRC time/mktime.c lib
$LIBCSRC time/mktime-internal.h lib
# \f
const char *tz = getenv ("TZ");
if (tz != NULL && strchr (tz, '/') != NULL)
_putenv ("TZ=");
-# elif HAVE_TZSET
+# else
tzset ();
# endif
}