]> git.ipfire.org Git - thirdparty/glibc.git/commit - time/gmtime.c
Y2038: add function __gmtime64
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 18 Dec 2018 22:11:40 +0000 (23:11 +0100)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 18 Dec 2018 22:11:40 +0000 (23:11 +0100)
commit131db8b0c8eeb4185aaf641e9ab119717b0a860e
treed434b327af0f2999c71bc6e1c15e7ec45d36d2a8
parent64c2277d2eb14b6b485a16b799d900505e2cbe71
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.
ChangeLog
include/time.h
time/gmtime.c