Skip to content

Commit

Permalink
Merge pull request #1042 from no92/AT_STATX
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Mar 27, 2024
2 parents d64ebf9 + 155135e commit 9b6b627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions abis/linux/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
#define AT_EACCESS 0x200
#define AT_EMPTY_PATH 0x1000

#define AT_STATX_FORCE_SYNC 0x2000
#define AT_STATX_DONT_SYNC 0x4000
#define AT_STATX_SYNC_TYPE 0x6000

struct f_owner_ex {
int type;
Expand Down

0 comments on commit 9b6b627

Please sign in to comment.