summaryrefslogtreecommitdiff
path: root/src/arch-s390x-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-s390x-syscalls.c')
-rw-r--r--src/arch-s390x-syscalls.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch-s390x-syscalls.c b/src/arch-s390x-syscalls.c
index 74d1e57..e22ccae 100644
--- a/src/arch-s390x-syscalls.c
+++ b/src/arch-s390x-syscalls.c
@@ -152,6 +152,7 @@ const struct arch_syscall_def s390x_syscall_table[] = { \
{ "io_cancel", 247 },
{ "io_destroy", 244 },
{ "io_getevents", 245 },
+ { "io_pgetevents", 382 },
{ "io_setup", 243 },
{ "io_submit", 246 },
{ "ioctl", 54 },
@@ -161,7 +162,7 @@ const struct arch_syscall_def s390x_syscall_table[] = { \
{ "ioprio_set", 282 },
{ "ipc", 117 },
{ "kcmp", 343 },
- { "kexec_file_load", __PNR_kexec_file_load },
+ { "kexec_file_load", 381 },
{ "kexec_load", 277 },
{ "keyctl", 280 },
{ "kill", 37 },
@@ -280,6 +281,7 @@ const struct arch_syscall_def s390x_syscall_table[] = { \
{ "request_key", 279 },
{ "restart_syscall", 7 },
{ "rmdir", 40 },
+ { "rseq", 383 },
{ "rt_sigaction", 174 },
{ "rt_sigpending", 176 },
{ "rt_sigprocmask", 175 },