mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
linux(4): Add CLONE_PIDFD option bit.
Differential revision: https://reviews.freebsd.org/D31478 MFC after: 2 weeks
This commit is contained in:
parent
17b6ee9613
commit
a796845d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue