summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2017-09-08 00:41:30 +0200
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-02-28 21:12:33 +0100
commita12eb6b9292bc9603e6e5c879748ab357c748c4a (patch)
tree55d4989dd4cf5b686c9f6dac7b4d54da54e39c7a /mach
parent62617839ff56ae57f31343ef8914fa0f457641df (diff)
downloadglibc-a12eb6b9292bc9603e6e5c879748ab357c748c4a.tar.gz
Y2038: add functions which have struct tm arguments
This consists in the following implementation additions: ([file] 32-bit implementation -> [file] 64-bit addition) time/ctime.c ctime() -> __ctime64() time/ctime_r.c ctime_r() -> __ctime64_r() time/gmtime.c gmtime() -> __gmtime64() time/gmtime.c gmtime_r() -> __gmtime64_r() time/localtime.c localtime() -> __localtime64() time/localtime.c localtime_r() -> __localtime64_r() which require the following internal function additions time/offtime.c __offtime() -> __offtime64() time/tzset.c __tz_convert() -> __tz64_convert() and internal function (32-bit-time-compatible) changes time/tzfile.c __tzfile_compute() time/tzset.c tzset_internal() time/tzset.c compute_change()
Diffstat (limited to 'mach')
0 files changed, 0 insertions, 0 deletions