We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5d200 commit 3941e37Copy full SHA for 3941e37
1 file changed
include/uapi/linux/fcntl.h
@@ -110,6 +110,7 @@
110
#define PIDFD_SELF_THREAD -10000 /* Current thread. */
111
#define PIDFD_SELF_THREAD_GROUP -10001 /* Current thread group leader. */
112
113
+#define FD_PIDFS_ROOT -10002 /* Root of the pidfs filesystem */
114
#define FD_INVALID -10009 /* Invalid file descriptor: -10000 - EBADF = -10009 */
115
116
/* Generic flags for the *at(2) family of syscalls. */
0 commit comments