1
0
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:
Adhemerval Zanella
2020-07-09 16:35:28 -03:00
parent 7c7671767e
commit 4af88f96de
3 changed files with 0 additions and 81 deletions

View File

@ -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