diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-03-07 10:39:00 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-03-07 17:45:39 +0100 |
commit | 6e3b52292a042ede4d053054a895167afd6edcf2 (patch) | |
tree | 46655351ed5d0dd234867bfc4f939a4e5e82bcbe /ChangeLog | |
parent | 8492c4dd699e2a65a5a2e8fca3e0e530326c92b9 (diff) | |
download | glibc-6e3b52292a042ede4d053054a895167afd6edcf2.tar.gz |
tzset: Clean up preprocessor macros min, max, sign
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2017-03-07 Florian Weimer <fweimer@redhat.com> + * time/tzset.c (compute_offset): Open-code min macro. + (min, max, sign): Remove. + +2017-03-07 Florian Weimer <fweimer@redhat.com> + +2017-03-07 Florian Weimer <fweimer@redhat.com> + [BZ #15576] Remove TZNAME_MAX limit from sysconf. * include/time.h (__tzname_cur_max, __tzname_max): Remove @@ -12,6 +19,7 @@ (tzset_internal): Remove argument. (__tzset): Adjust call to tzset_internal. (__tz_convert): Likewise. + * posix/sysconf.c (__sysconf): Return -1 for _SC_TZNAME_MAX. * sysdeps/posix/sysconf.c (__sysconf): Likewise. * manual/conf.texi (Sysconf Definition): Update comment. |