Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-24 | Y2038: add function __settimeofday64 | Albert 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'. |