diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 14:31:20 +0200 |
| commit | cfeec859376ebc8256540f14226b0620bf842fc1 (patch) | |
| tree | a0026be6bd67269cba321d3dd1c924fe04c5d5fe /sys/linux/sys_arm.const | |
| parent | f5cecf2e325a277733347308687fd39e7253ef66 (diff) | |
sys/linux: add new consts/flags/fields here and there
Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
Diffstat (limited to 'sys/linux/sys_arm.const')
| -rw-r--r-- | sys/linux/sys_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const index eeded3488..c32922b22 100644 --- a/sys/linux/sys_arm.const +++ b/sys/linux/sys_arm.const @@ -49,6 +49,7 @@ CLONE_NEWUSER = 268435456 CLONE_NEWUTS = 67108864 CLONE_PARENT = 32768 CLONE_PARENT_SETTID = 1048576 +CLONE_PIDFD = 4096 CLONE_PTRACE = 8192 CLONE_SETTLS = 524288 CLONE_SIGHAND = 2048 |
