]> git.ipfire.org Git - thirdparty/glibc.git/commit - include/time.h
Y2038: add function __localtime64
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 20 Nov 2018 22:57:23 +0000 (23:57 +0100)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Mon, 17 Dec 2018 21:56:15 +0000 (22:56 +0100)
commit6e15f3e26bd180d0d5fd3bc923d5a8489aa698d1
treea275aaceafc97f5f16c1621ceaa2f7a0df2aa4c0
parent551e81d9e321ebe63465be2607fd251da38b4b0b
Y2038: add function __localtime64

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

* include/time.h
(__localtime64): Add.
* manual/maint.texi: Document Y2038 symbol handling.
* time/localtime.c
(__localtime64): Add.
[__TIMERSIZE != 64] (__localtime): Turn into a wrapper.
ChangeLog
include/time.h
manual/maint.texi
time/localtime.c