diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-02-13 21:59:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-02-13 21:59:59 +0000 |
commit | fe7df8eb5e54e1e3548bfc10ebf6e1156edffcad (patch) | |
tree | 4c307fe592265a6e845443fdd12a6f7784fdfed5 /io/bits | |
parent | 5e6efd3ec2632e745a5922b256addc8626aa87ee (diff) | |
download | glibc-fe7df8eb5e54e1e3548bfc10ebf6e1156edffcad.zip glibc-fe7df8eb5e54e1e3548bfc10ebf6e1156edffcad.tar.gz glibc-fe7df8eb5e54e1e3548bfc10ebf6e1156edffcad.tar.bz2 |
Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.
This patch adds the new STATX_ATTR_VERITY macro from Linux 5.5 to
glibc's bits/statx-generic.h. (This only does anything if glibc is
being used with old kernel headers.)
Tested for x86_64.
Diffstat (limited to 'io/bits')
-rw-r--r-- | io/bits/statx-generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h index 932887b..7a09e94 100644 --- a/io/bits/statx-generic.h +++ b/io/bits/statx-generic.h @@ -48,6 +48,7 @@ # define STATX_ATTR_NODUMP 0x0040 # define STATX_ATTR_ENCRYPTED 0x0800 # define STATX_ATTR_AUTOMOUNT 0x1000 +# define STATX_ATTR_VERITY 0x100000 #endif /* !STATX_TYPE */ __BEGIN_DECLS |