summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2022-04-05 09:01:22 -0400
committerPaul Moore <paul@paul-moore.com>2022-04-05 11:07:11 -0400
commit2657109b5802f22ec0de693f03db880b83ea5624 (patch)
tree577f4b69ec45abfae10f125464e9853abf2537ee /include
parent5731dd9f73df9025b2c8924e2f4ce78a7d94af00 (diff)
downloadlibseccomp-2657109b5802f22ec0de693f03db880b83ea5624.tar.gz
syscalls: update the syscall list for Linux v5.17
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp-syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/seccomp-syscalls.h b/include/seccomp-syscalls.h
index c6522b6..845adb7 100644
--- a/include/seccomp-syscalls.h
+++ b/include/seccomp-syscalls.h
@@ -723,6 +723,8 @@
#define __SNR_futex_time64 __PNR_futex_time64
#endif
+#define __SNR_futex_waitv __NR_futex_waitv
+
#ifdef __NR_futimesat
#define __SNR_futimesat __NR_futimesat
#else
@@ -1723,6 +1725,8 @@
#define __SNR_set_mempolicy __PNR_set_mempolicy
#endif
+#define __SNR_set_mempolicy_home_node __NR_set_mempolicy_home_node
+
#define __SNR_set_robust_list __NR_set_robust_list
#ifdef __NR_set_thread_area