mktime fix for Gnulib + coreutils
commit5a580643111ef6081be7b4c7bd1997a5447c903f
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Oct 2018 05:30:13 +0000 (7 22:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Oct 2018 18:28:25 +0000 (8 11:28 -0700)
treebdf64e7fab4c531aafd7afc852e9239f177346b4
parentc892ae04f47908479220247a311bc0067229b592
mktime fix for Gnulib + coreutils

[BZ#23745]
This fix affects only Gnulib.  Problem discovered when
mktime.c was used as part of Gnulib in bleeding-edge Coreutils.
* time/mktime.c:
(my_tzset) [!_LIBC && !NEED_MKTIME_WORKING && !NEED_MKTIME_WINDOWS]:
Do not define since it is not used.  Defining an unused static
function prompts a warning from GCC when Coreutils is configured
with --enable-gcc-warnings.
ChangeLog
time/mktime.c