Y2038: add function __gmtime64_r
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 18 Dec 2018 22:12:30 +0000 (23:12 +0100)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 18 Dec 2018 22:12:30 +0000 (23:12 +0100)
commita1d346ce0d6e93bd48638ad57a11e37afacdc80f
tree6fb14a8e9c9cd0f47d861afe9baf781c04c029b6
parent131db8b0c8eeb4185aaf641e9ab119717b0a860e
Y2038: add function __gmtime64_r

Tested with 'make check' on x86_64-linux-gnu and i686-linux.gnu.

* include/time.h
(__gmtime64_r): Add.
* time/gmtime.c
(__gmtime64_r): Add.
[__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
ChangeLog
include/time.h
time/gmtime.c