diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-10 09:50:04 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-08-24 14:28:21 -0300 |
commit | d9310f33fcc26d87e5bb50d9311a138455b32602 (patch) | |
tree | bf1065cd13e6bdb4aea42e0273170b1aaf744685 /sysdeps/unix/sysv/linux/clock_nanosleep.c | |
parent | 4f7092348df72decb525f9b24ae10931429f8e08 (diff) | |
download | glibc-d9310f33fcc26d87e5bb50d9311a138455b32602.tar.gz glibc-d9310f33fcc26d87e5bb50d9311a138455b32602.tar.xz glibc-d9310f33fcc26d87e5bb50d9311a138455b32602.zip |
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).
Diffstat (limited to 'sysdeps/unix/sysv/linux/clock_nanosleep.c')
0 files changed, 0 insertions, 0 deletions