mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 04:31:03 +00:00
Update STATX_ATTR_DAX value from Linux 5.10.
This patch updates the value of STATX_ATTR_DAX in bits/statx-generic.h for a change made in Linux 5.10. (As with previous such changes, this only does anything if glibc is being used with old kernel headers.) Tested for x86_64.
This commit is contained in:
parent
313bfd505e
commit
1c426b1d59
@ -51,7 +51,7 @@
|
|||||||
# define STATX_ATTR_AUTOMOUNT 0x1000
|
# define STATX_ATTR_AUTOMOUNT 0x1000
|
||||||
# define STATX_ATTR_MOUNT_ROOT 0x2000
|
# define STATX_ATTR_MOUNT_ROOT 0x2000
|
||||||
# define STATX_ATTR_VERITY 0x100000
|
# define STATX_ATTR_VERITY 0x100000
|
||||||
# define STATX_ATTR_DAX 0x2000
|
# define STATX_ATTR_DAX 0x200000
|
||||||
#endif /* !STATX_TYPE */
|
#endif /* !STATX_TYPE */
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user