]> sourceware.org Git - glibc.git/commit
linux: Simplify timerfd_settime
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Jul 2020 18:11:13 +0000 (15:11 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 24 Aug 2020 18:04:31 +0000 (15:04 -0300)
commit278498a1c0b63a975bf238e897aaadaa7847d4d8
treeb3aa832a290f5d1240194c90567d469d15b7f633
parent70746a06c2de7c8183a94379437779991d35266d
linux: Simplify timerfd_settime

 With arch-syscall.h it can now assumes the existance of either
__NR_timer_settime or __NR_time_settime_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/timerfd_settime.c
This page took 0.041883 seconds and 5 git commands to generate.