summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-27 09:24:39 -0700
committerKarl Berry <karl@freefriends.org>2012-05-27 09:24:39 -0700
commitd8ea618a1fa43dc5fd0fd3ad83efec5f14e06534 (patch)
treee1f58b20ef1fafb602cb6795c842aa559c333302
parent4f32f3c61782e7b76b4a22a3c2178a5e024da008 (diff)
downloadgnulib-d8ea618a1fa43dc5fd0fd3ad83efec5f14e06534.tar.gz
do not sync mktime.c from libc, last one left, not worth it
-rw-r--r--ChangeLog5
-rw-r--r--config/srclist.txt4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1676ab99b7..41862f2fa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-27 Karl Berry <karl@gnu.org>
+
+ * config/srclist.txt (mktime.c): remove last libc sync,
+ perhaps just temporarily.
+
2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
regex: don't assume uint64_t or uint32_t
diff --git a/config/srclist.txt b/config/srclist.txt
index e69fcec61a..8a519d314e 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -163,7 +163,9 @@ $GNUORG/disclaim.program doc/Copyright
#tab changes $LIBCSRC/stdlib/strtoul.c lib gpl
# (no more strtok_r.h) $LIBCSRC/string/strtok_r.c lib gpl
# (gnulib needs config.h?) $LIBCSRC/string/memmem.c lib gpl
-$LIBCSRC/time/mktime.c lib gpl
+# still sync-able, but it's the only one left in libc. not worth it.
+# paul e will do by hand.
+#$LIBCSRC/time/mktime.c lib gpl
#
# http://sourceware.org/bugzilla/show_bug.cgi?id=1439