Skip to content

Commit c67df83

Browse files
committed
lapi/stat.h: Add STATX_DIOALIGN related definition
Reviewed-by: Xiao Yang <[email protected]> Signed-off-by: Yang Xu <[email protected]>
1 parent 507af59 commit c67df83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/lapi/stat.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ static inline int statx(int dirfd, const char *pathname, unsigned int flags,
180180
# define STATX_MNT_ID 0x00001000U
181181
#endif
182182

183+
#ifndef STATX_DIOALIGN
184+
# define STATX_DIOALIGN 0x00002000U
185+
#endif
186+
183187
#ifndef STATX_ALL
184188
# define STATX_ALL 0x00000fffU
185189
#endif

0 commit comments

Comments
 (0)