[PATCH 02/15] Add F_GETDELEG and F_SETDELEG from Linux 6.19 to bits/fcntl-linux.h

Adhemerval Zanella adhemerval.zanella@linaro.org
Thu Jul 2 18:38:33 GMT 2026


They were added by commit 1602bad16d7df82faca6d7c70821117684a66f49.
---
 sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
index b6a696cc8c0..587b8151243 100644
--- a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
+++ b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
@@ -209,6 +209,8 @@
 # define F_SET_RW_HINT	1036
 # define F_GET_FILE_RW_HINT	1037
 # define F_SET_FILE_RW_HINT	1038
+# define F_GETDELEG	1039	/* Get delegation.  */
+# define F_SETDELEG	1040	/* Set delegation.  */
 #endif
 #ifdef __USE_XOPEN2K8
 # define F_DUPFD_CLOEXEC 1030	/* Duplicate file descriptor with
-- 
2.43.0



More information about the Libc-alpha mailing list