]> Savannah Git Hosting - gnulib.git/commitdiff
Revert autoupdate's revert.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Aug 2020 15:54:45 +0000 (17:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 15 Aug 2020 15:55:14 +0000 (17:55 +0200)
* config/srclist.txt: Mark mktime.c as needing sync with glibc.

ChangeLog
config/srclist.txt
lib/mktime.c

index 65bdf1cde0533f36ecab6694630ed794dca6c00e..28229a66c3bfaccfee499f2c1b40ad89fddc7469 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index d8fbebff553bd2c8619dc87763f22faf27924426..b82d2815eed752c767765510c8c5c7e50fa2b4a1 100644 (file)
@@ -61,7 +61,7 @@ $LIBCSRC posix/regex_internal.c               lib
 #$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
index c8735164f695a7f96d0ea781677597e3d520678f..600148795b861f1fbda69bfc5b556298e4377b7a 100644 (file)
@@ -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
 }