mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
linux: Consolidate utimes
The generic version does not have time64 support and Linux default uses utimensat. With hppa version gone, __ASSUME_UTIMES is not used anymore. Checked on x86_64-linux-gnu and i686-linux-gnu (on 5.4 and on 4.15 kernel). Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
@ -18,11 +18,6 @@
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
|
||||
/* Support for the utimes syscall was added in 3.14. */
|
||||
#if __LINUX_KERNEL_VERSION >= 0x030e00
|
||||
# define __ASSUME_UTIMES 1
|
||||
#endif
|
||||
|
||||
#include_next <kernel-features.h>
|
||||
|
||||
#define __ASSUME_RECV_SYSCALL 1
|
||||
|
Reference in New Issue
Block a user