mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Add the statx function
This commit is contained in:
@@ -63,5 +63,10 @@
|
||||
# undef __ASSUME_COPY_FILE_RANGE
|
||||
#endif
|
||||
|
||||
/* Support for statx was added in kernel 4.12. */
|
||||
#if __LINUX_KERNEL_VERSION < 0X040C00
|
||||
# undef __ASSUME_STATX
|
||||
#endif
|
||||
|
||||
#undef __ASSUME_CLONE_DEFAULT
|
||||
#define __ASSUME_CLONE_BACKWARDS3
|
||||
|
||||
Reference in New Issue
Block a user