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

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