* config/srclist.txt: intprops.h, timegm.c and mktime.c are now the same in Gnulib and glibc. --- ChangeLog | 4 ++++ config/srclist.txt | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 80841cb30..4158be6da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2018-09-19 Paul Eggert <[email protected]> + maint: mktime.c now shared with glibc + * config/srclist.txt: intprops.h, timegm.c and mktime.c + are now the same in Gnulib and glibc. + mktime: fix _LIBC typo * lib/mktime.c (mktime): Fix typo (misspelled "_LIBC"). diff --git a/config/srclist.txt b/config/srclist.txt index 387d1d3cc..672fa5270 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -88,21 +88,21 @@ $GETTEXT gettext-runtime/m4/po.m4 m4 release #$LIBCSRC libidn/iconvme.h lib gpl #$LIBCSRC libidn/iconvme.c lib gpl +$LIBCSRC include/intprops.h lib $LIBCSRC posix/regcomp.c lib $LIBCSRC posix/regex.c lib $LIBCSRC posix/regex.h lib $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 # # c89 changes $LIBCSRC/string/strdup.c lib gpl #tab changes $LIBCSRC/stdlib/strtoll.c lib gpl #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 -# 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 # # https://sourceware.org/bugzilla/show_bug.cgi?id=1439 -- 2.17.1
