]> sourceware.org Git - glibc.git/commit
linux: Simplify timer_gettime
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Jul 2020 18:05:51 +0000 (15:05 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 24 Aug 2020 18:04:31 +0000 (15:04 -0300)
commit70746a06c2de7c8183a94379437779991d35266d
treeb409c9356c86ee9bf875f087a42a6bb56185bb58
parentfd31691c678ada694f141f08c42feed128d7eebc
linux: Simplify timer_gettime

With arch-syscall.h it can now assumes the existance of either
__NR_timer_gettime or __NR_time_gettime_time64.  The 32-bit time_t
support is now only build for !__ASSUME_TIME64_SYSCALLS.

Checked on x86_64-linux-gnu and i686-linux-gnu (on 5.4 and on 4.15
kernel).

Reviewed-by: Lukasz Majewski <lukma@denx.de>
sysdeps/unix/sysv/linux/timer_gettime.c
This page took 0.0387380000000001 seconds and 5 git commands to generate.