1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
Files
glibc/sysdeps/unix
Adhemerval Zanella d9310f33fc linux: Simplify clock_gettime
With arch-syscall.h it can now assumes the existance of either
__NR_clock_gettime or __NR_clock_gettime_time64.  The 32-bit time_t
support is now only build for !__ASSUME_TIME64_SYSCALLS.

It also uses the time64-support functions to simplify it further.

Checked on x86_64-linux-gnu and i686-linux-gnu (on 5.4 and on 4.15
kernel).
2020-08-24 14:28:21 -03:00
..
2020-02-14 21:09:12 -03:00
2020-07-07 14:10:58 -03:00
2020-02-14 21:09:12 -03:00
2020-02-14 21:09:12 -03:00
2020-08-24 14:28:21 -03:00
2020-02-14 21:09:12 -03:00
2020-02-14 21:12:45 -03:00