diff options
| author | Jiaheng Hu <jiahengh@google.com> | 2020-07-07 01:00:16 +0000 |
|---|---|---|
| committer | Matt Morehouse <mascasa@google.com> | 2020-07-07 12:34:11 -0700 |
| commit | 789dd0861df4e383ca8a259452db4aa97adcef8c (patch) | |
| tree | 8a009cdaf0926d10e2fa9f28c01423dc1a23f710 /sys/linux/sys_arm64.const | |
| parent | 08fc4ef14dba2f94415f292691af61af28b71195 (diff) | |
sys/linux: add new flags into clone3
Added the CLONE_INTO_CGROUP and CLONE_CLEAR_SIGHAND flag for the clone3
syscall.
Diffstat (limited to 'sys/linux/sys_arm64.const')
| -rw-r--r-- | sys/linux/sys_arm64.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const index c3873a29b..e620db4ca 100644 --- a/sys/linux/sys_arm64.const +++ b/sys/linux/sys_arm64.const @@ -38,8 +38,10 @@ CLOCK_REALTIME_COARSE = 5 CLOCK_THREAD_CPUTIME_ID = 3 CLONE_CHILD_CLEARTID = 2097152 CLONE_CHILD_SETTID = 16777216 +CLONE_CLEAR_SIGHAND = 4294967296 CLONE_FILES = 1024 CLONE_FS = 512 +CLONE_INTO_CGROUP = 8589934592 CLONE_IO = 2147483648 CLONE_NEWCGROUP = 33554432 CLONE_NEWIPC = 134217728 |
