[PATCH 01/15] Add FD_NSFS_ROOT from Linux 6.18 to bits/fcntl-linux.h

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


It was added by commit e83f0b5d10dcf62833008327cb661c7d118bca85.
---
 sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
index 96176703274..b6a696cc8c0 100644
--- a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
+++ b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
@@ -219,6 +219,7 @@
 #define FD_CLOEXEC	1	/* Actually anything with low bit set goes */
 #ifdef __USE_GNU
 # define FD_PIDFS_ROOT	-10002	/* Root of the pidfs filesystem */
+# define FD_NSFS_ROOT	-10003	/* Root of the nsfs filesystem */
 #endif
 
 #ifndef F_RDLCK
-- 
2.43.0



More information about the Libc-alpha mailing list