linux(4): Add CLONE_PIDFD option bit.

Differential revision:	https://reviews.freebsd.org/D31478
MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2021-08-12 11:55:24 +03:00
parent 17b6ee9613
commit a796845d6d

View File

@ -32,7 +32,7 @@
#define LINUX_CLONE_FS 0x00000200
#define LINUX_CLONE_FILES 0x00000400
#define LINUX_CLONE_SIGHAND 0x00000800
#define LINUX_CLONE_PID 0x00001000 /* No longer exist in Linux */
#define LINUX_CLONE_PIDFD 0x00001000 /* since Linux 5.2 */
#define LINUX_CLONE_PTRACE 0x00002000
#define LINUX_CLONE_VFORK 0x00004000
#define LINUX_CLONE_PARENT 0x00008000