aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/bpf_386.const
diff options
context:
space:
mode:
authorJiaheng Hu <jiahengh@google.com>2020-07-07 01:00:16 +0000
committerMatt Morehouse <mascasa@google.com>2020-07-07 12:34:11 -0700
commit789dd0861df4e383ca8a259452db4aa97adcef8c (patch)
tree8a009cdaf0926d10e2fa9f28c01423dc1a23f710 /sys/linux/bpf_386.const
parent08fc4ef14dba2f94415f292691af61af28b71195 (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/bpf_386.const')
-rw-r--r--sys/linux/bpf_386.const2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_386.const b/sys/linux/bpf_386.const
index 7f46383a6..3bb524d67 100644
--- a/sys/linux/bpf_386.const
+++ b/sys/linux/bpf_386.const
@@ -229,7 +229,7 @@ BTF_KIND_VOLATILE = 9
BTF_MAGIC = 60319
BTF_VERSION = 1
MAX_BPF_REG = 11
-__BPF_FUNC_MAX_ID = 141
+__BPF_FUNC_MAX_ID = 142
__MAX_BPF_REG = 11
__NR_bpf = 357
bpf_call_code = 133