1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Add the statx function

This commit is contained in:
Florian Weimer
2018-07-10 16:14:45 +02:00
parent b444e8f7cc
commit fd70af4552
44 changed files with 490 additions and 1 deletions

View File

@ -115,6 +115,11 @@
# define __ASSUME_COPY_FILE_RANGE 1
#endif
/* Support for statx was added in kernel 4.11. */
#if __LINUX_KERNEL_VERSION >= 0x040B00
# define __ASSUME_STATX 1
#endif
/* Support for clone call used on fork. The signature varies across the
architectures with current 4 different variants: