From cfeec859376ebc8256540f14226b0620bf842fc1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 10 May 2019 14:31:20 +0200 Subject: 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. --- sys/linux/sys_arm.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_arm.const') 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 -- cgit mrf-deployment