From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/arch/x86_64/linux/fcntl.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'include/arch/x86_64/linux/fcntl.h') 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 */ -- cgit v1.2.3