mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Add STATX_SUBVOL from Linux 6.10 to bits/statx-generic.h
Tested for aarch64-linux-gnu. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
e433cdec9b
commit
bbb6a742c8
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
# define STATX_MNT_ID 0x1000U
|
||||
# define STATX_DIOALIGN 0x2000U
|
||||
# define STATX_MNT_ID_UNIQUE 0x4000U
|
||||
# define STATX_SUBVOL 0x8000U
|
||||
# define STATX__RESERVED 0x80000000U
|
||||
|
||||
# define STATX_ATTR_COMPRESSED 0x0004
|
||||
|
|
Loading…
Add table
Reference in a new issue