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:
@@ -45,4 +45,9 @@
|
||||
# undef __ASSUME_EXECVEAT
|
||||
#endif
|
||||
|
||||
/* Support for statx was added in kernel 4.13. */
|
||||
#if __LINUX_KERNEL_VERSION < 0x040D00
|
||||
# undef __ASSUME_STATX
|
||||
#endif
|
||||
|
||||
#endif /* _KERNEL_FEATURES_H */
|
||||
|
||||
Reference in New Issue
Block a user