aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-11-20 23:57:23 +0100
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-12-17 22:56:15 +0100
commit6e15f3e26bd180d0d5fd3bc923d5a8489aa698d1 (patch)
treea275aaceafc97f5f16c1621ceaa2f7a0df2aa4c0 /ChangeLog
parent551e81d9e321ebe63465be2607fd251da38b4b0b (diff)
downloadglibc-6e15f3e26bd180d0d5fd3bc923d5a8489aa698d1.tar.xz
glibc-6e15f3e26bd180d0d5fd3bc923d5a8489aa698d1.zip
Y2038: add function __localtime64
Tested with 'make check' on x86_64-linux-gnu and i686-linux.gnu. * include/time.h (__localtime64): Add. * manual/maint.texi: Document Y2038 symbol handling. * time/localtime.c (__localtime64): Add. [__TIMERSIZE != 64] (__localtime): Turn into a wrapper.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10eba56bb6..e7316013b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-12-17 Albert ARIBAUD <albert.aribaud@3adev.fr>
+
+ * include/time.h
+ (__localtime64): Add.
+ * manual/maint.texi: Document Y2038 symbol handling.
+ * time/localtime.c
+ (__localtime64): Add.
+ [__TIMERSIZE != 64] (__localtime): Turn into a wrapper.
+
2018-12-17 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/ia64/sysdep.h (ASM_CLOBBERS_6_COMMON):