summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/fcntl.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
commit885f5974cdf65b59415837ae97f5a14ef1350670 (patch)
tree66ac13de29c7f4932c5fcae11773df574e4e256a /include/arch/x86_64/linux/fcntl.h
parent8f9e448b2ef6db7cd905540c21f3c5b190e7a1e7 (diff)
feat: add gzip and new headers
Diffstat (limited to 'include/arch/x86_64/linux/fcntl.h')
-rw-r--r--include/arch/x86_64/linux/fcntl.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/arch/x86_64/linux/fcntl.h b/include/arch/x86_64/linux/fcntl.h
index ad6752fb..6339c5f1 100644
--- a/include/arch/x86_64/linux/fcntl.h
+++ b/include/arch/x86_64/linux/fcntl.h
@@ -112,8 +112,9 @@
#define PIDFD_SELF_THREAD_GROUP -10001 /* Current thread group leader. */
#define FD_PIDFS_ROOT -10002 /* Root of the pidfs filesystem */
-#define FD_INVALID -10009 /* Invalid file descriptor: -10000 - EBADF = -10009 \
- */
+#define FD_INVALID \
+ -10009 /* Invalid file descriptor: -10000 - EBADF = -10009 \
+ */
/* Generic flags for the *at(2) family of syscalls. */
@@ -139,8 +140,9 @@
#define AT_STATX_SYNC_AS_STAT 0x0000 /* - Do whatever stat() does */
#define AT_STATX_FORCE_SYNC \
0x2000 /* - Force the attributes to be sync'd with the server */
-#define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server \
- */
+#define AT_STATX_DONT_SYNC \
+ 0x4000 /* - Don't sync attributes with the server \
+ */
#define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */