Displaying 1 result from an estimated 1 matches for "timeval_old".
2023 Jan 14
1
[klibc:time64] time: Use 64-bit time types on all architectures
...em calls using struct timeval)
- Keep the old struct itimerval definition, because there aren't
simple replacements available for the {get,set}itimer() system
calls and it holds relative times that don't need the extra range
- Similarly, keep the old struct timeval definition as timeval_old
and use it in struct rusage
- Copy struct timezone and various important macro definitions
- Change various system call wrappers to use the _time64 variants
on 32-bit architectures
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/include/sys/resource.h | 4 ++--
usr/i...