about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-12-18 23:11:40 +0100
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-12-18 23:11:40 +0100
commit131db8b0c8eeb4185aaf641e9ab119717b0a860e (patch)
treed434b327af0f2999c71bc6e1c15e7ec45d36d2a8 /ChangeLog
parent64c2277d2eb14b6b485a16b799d900505e2cbe71 (diff)
downloadglibc-131db8b0c8eeb4185aaf641e9ab119717b0a860e.tar.gz
glibc-131db8b0c8eeb4185aaf641e9ab119717b0a860e.tar.xz
glibc-131db8b0c8eeb4185aaf641e9ab119717b0a860e.zip
Y2038: add function __gmtime64
Tested with 'make check' on x86_64-linux-gnu and i686-linux.gnu.

	* include/time.h
	(__gmtime64): Add.
	* time/gmtime.c
	(__gmtime64): Add.
	[__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4724c84e08..fe1b8fcec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2018-12-18  Albert ARIBAUD <albert.aribaud@3adev.fr>
 
 	* include/time.h
+	(__gmtime64): Add.
+	* time/gmtime.c
+	(__gmtime64): Add.
+	[__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
+
+	* include/time.h
 	(__localtime64_r): Add.
 	* time/localtime.c
 	(__localtime64_r): Add.