summaryrefslogtreecommitdiff
path: root/config/srclist.txt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-23 22:03:52 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-23 22:04:22 -0700
commit8c2718949a214f817f0a62a85c2594c1925753a7 (patch)
tree3f094125265be40e33fceeb6129f61cfe482ae9c /config/srclist.txt
parent338dd5d4362fdf5fb29b843d4d8a8f845bc750de (diff)
downloadgnulib-8c2718949a214f817f0a62a85c2594c1925753a7.tar.gz
mktime: sync from glibc
* config/srclist.txt: Uncomment mktime.c. * lib/mktime.c: Sync from glibc master. This incorporates 3 changes. First, indent with tabs, since glibc uses tabs and doesn't want to change and we'd rather be identical to glibc. Also, two small coding changes: (isdst_differ): Use &&, not &, as && is the usual style. (__mktime_internal): Rename local var from abs_diff to approx_abs_diff for clarity.
Diffstat (limited to 'config/srclist.txt')
-rw-r--r--config/srclist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index 290f140165..e69fcec61a 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -163,7 +163,7 @@ $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
+$LIBCSRC/time/mktime.c lib gpl
#
# http://sourceware.org/bugzilla/show_bug.cgi?id=1439