Y2038: add function __ctime64_r
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 18 Dec 2018 22:13:55 +0000 (23:13 +0100)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 18 Dec 2018 22:13:55 +0000 (23:13 +0100)
commitc4c2836ada90259e4c5632f962dfcda54ac448fa
treee1495813b347d74ac827d4844664f02d3833c657
parent7755e504117cc014416a60f8498f3f15b14d6482
Y2038: add function __ctime64_r

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

* include/time.h
(__ctime64_r): Add.
* time/ctime_r.c
(__ctime64_r): Add.
[__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
ChangeLog
include/time.h
time/ctime_r.c