]> git.ipfire.org Git - thirdparty/glibc.git/commit
Y2038: add function __settimeofday64
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Thu, 7 Sep 2017 22:41:59 +0000 (00:41 +0200)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Wed, 24 Oct 2018 10:53:27 +0000 (12:53 +0200)
commit2ea80487a743e78a2f0c8962ec2d4837e9c0a8d0
tree504f3d1ad7cbeeab2bb85a6248140afb25993652
parent3f87e785beefd9966f386518db69a010af1ea7b0
Y2038: add function __settimeofday64

Implementing a 64-bit settimeofday requires adding a new
file to build under time/ and we cannot name that new file
'settimeofday.c' or it will break the 32-bit settimeofday
file symbol, so we call it 'settimeofday64.c'.
include/sys/time.h
sysdeps/unix/sysv/linux/settimeofday64.c [new file with mode: 0644]
time/Makefile
time/Versions
time/settimeofday.c