aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2021-01-11 14:57:08 +0000
committerJoseph Myers <joseph@codesourcery.com>2021-01-11 14:57:08 +0000
commit1c426b1d59cc7a5f9133f4799f2640234a3077e3 (patch)
tree6502bec543a495bd3304f77bd05ef0c6e4e3f3ea
parent313bfd505e7c6a70c508ba9b2e2c0ff6e901c2a0 (diff)
downloadglibc-1c426b1d59cc7a5f9133f4799f2640234a3077e3.tar
glibc-1c426b1d59cc7a5f9133f4799f2640234a3077e3.tar.gz
glibc-1c426b1d59cc7a5f9133f4799f2640234a3077e3.tar.bz2
glibc-1c426b1d59cc7a5f9133f4799f2640234a3077e3.zip
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.
-rw-r--r--io/bits/statx-generic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h
index 0b4689cc9a..f8b0f4da36 100644
--- a/io/bits/statx-generic.h
+++ b/io/bits/statx-generic.h
@@ -51,7 +51,7 @@
# define STATX_ATTR_AUTOMOUNT 0x1000
# define STATX_ATTR_MOUNT_ROOT 0x2000
# define STATX_ATTR_VERITY 0x100000
-# define STATX_ATTR_DAX 0x2000
+# define STATX_ATTR_DAX 0x200000
#endif /* !STATX_TYPE */
__BEGIN_DECLS