From a1d346ce0d6e93bd48638ad57a11e37afacdc80f Mon Sep 17 00:00:00 2001 From: "Albert ARIBAUD (3ADEV)" Date: Tue, 18 Dec 2018 23:12:30 +0100 Subject: 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fe1b8fc..5dfc488 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 2018-12-18 Albert ARIBAUD * include/time.h + (__gmtime64_r): Add. + * time/gmtime.c + (__gmtime64_r): Add. + [__TIMESIZE != 64] (__gmtime): Turn into a wrapper. + + * include/time.h (__gmtime64): Add. * time/gmtime.c (__gmtime64): Add. -- cgit v1.1