From 155135ee6ef0e4dd778abfb83ee5d162b6f703eb Mon Sep 17 00:00:00 2001 From: no92 Date: Wed, 27 Mar 2024 18:36:22 +0100 Subject: [PATCH] abis/linux: define AT_STATX* --- abis/linux/fcntl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abis/linux/fcntl.h b/abis/linux/fcntl.h index 35be9790a5..d89bde3b6c 100644 --- a/abis/linux/fcntl.h +++ b/abis/linux/fcntl.h @@ -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;