OSDN Git Service

tools headers uapi: Sync linux/fcntl.h to get the F_SEAL_FUTURE_WRITE addition
[uclinux-h8/linux.git] / tools / include / uapi / linux / fcntl.h
index 6448cdd..a2f8658 100644 (file)
@@ -41,6 +41,7 @@
 #define F_SEAL_SHRINK  0x0002  /* prevent file from shrinking */
 #define F_SEAL_GROW    0x0004  /* prevent file from growing */
 #define F_SEAL_WRITE   0x0008  /* prevent writes */
+#define F_SEAL_FUTURE_WRITE    0x0010  /* prevent future writes while mapped */
 /* (1U << 31) is reserved for signed error codes */
 
 /*