aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_arm.const
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2019-10-31 15:40:53 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-11-03 14:20:59 +0100
commitfceca3f4b76241ca8a285c9a15c4aa7580184156 (patch)
tree67ebe98259bd820f92857b4093da9d3149a458ee /sys/linux/sys_arm.const
parentc9610487d8c10f7b4ffb32764a6720cbbdfe6058 (diff)
sys/linux: add forgotten SECCOMP_FILTER_FLAG_NEW_LISTENER bits
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Diffstat (limited to 'sys/linux/sys_arm.const')
-rw-r--r--sys/linux/sys_arm.const4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const
index c2a48e080..626a43e94 100644
--- a/sys/linux/sys_arm.const
+++ b/sys/linux/sys_arm.const
@@ -440,9 +440,6 @@ SCHED_FLAG_RESET_ON_FORK = 1
SCHED_IDLE = 5
SCHED_NORMAL = 0
SCHED_RR = 2
-SECCOMP_FILTER_FLAG_TSYNC = 1
-SECCOMP_SET_MODE_FILTER = 1
-SECCOMP_SET_MODE_STRICT = 0
SEEK_CUR = 1
SEEK_DATA = 3
SEEK_END = 2
@@ -713,7 +710,6 @@ __NR_sched_setattr = 380
__NR_sched_setparam = 154
__NR_sched_setscheduler = 156
__NR_sched_yield = 158
-__NR_seccomp = 383
# __NR_select is not set
__NR_sendfile = 187
__NR_sendfile64 = 239