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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user