mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
Linux 6.1 adds a new STATX_DIOALIGN constant. Add it to glibc's bits/statx-generic.h. Tested for x86_64.
This commit is contained in:
parent
b5e3d66b96
commit
07937809ac
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
# define STATX_ALL 0x0fffU
|
||||
# define STATX_BTIME 0x0800U
|
||||
# define STATX_MNT_ID 0x1000U
|
||||
# define STATX_DIOALIGN 0x2000U
|
||||
# define STATX__RESERVED 0x80000000U
|
||||
|
||||
# define STATX_ATTR_COMPRESSED 0x0004
|
||||
|
|
Loading…
Add table
Reference in a new issue