aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/settimeofday64.c
AgeCommit message (Collapse)Author
2018-10-24Y2038: add function __settimeofday64Albert ARIBAUD (3ADEV)
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'.