[PATCH 2/2] Y2038: make __tz_convert compatible with 64-bit-time
Florian Weimer
fweimer@redhat.com
Wed Jun 13 09:10:00 GMT 2018
On 06/13/2018 09:00 AM, Albert ARIBAUD (3ADEV) wrote:
> + GLIBC_2.28 {
> + __ctime64; __ctime64_r;
> + __gmtime64; __gmtime64_r;
> + __localtime64; __localtime64_r;
> + }
Functions in the private namespace should be exported as GLIBC_PRIVATE.
Except __gmtime64_r, these functions have unwanted side effects and
cannot really be called from other parts of glibc anyway.
Thanks,
Florian
More information about the Libc-alpha
mailing list