diff options
author | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-12-18 23:11:40 +0100 |
---|---|---|
committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-12-18 23:11:40 +0100 |
commit | 131db8b0c8eeb4185aaf641e9ab119717b0a860e (patch) | |
tree | d434b327af0f2999c71bc6e1c15e7ec45d36d2a8 /ChangeLog | |
parent | 64c2277d2eb14b6b485a16b799d900505e2cbe71 (diff) | |
download | glibc-131db8b0c8eeb4185aaf641e9ab119717b0a860e.zip glibc-131db8b0c8eeb4185aaf641e9ab119717b0a860e.tar.gz glibc-131db8b0c8eeb4185aaf641e9ab119717b0a860e.tar.bz2 |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |