diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index 568d9469..4577db8c 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -424,11 +424,12 @@ [396] = { 1, 0, SEN(pkey_free), "pkey_free" }, [397] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, [398] = { 4, 0, SEN(rseq), "rseq" }, +[399] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" }, #ifdef __ARM_EABI__ -# define ARM_FIRST_SHUFFLED_SYSCALL 400 +# define ARM_FIRST_SHUFFLED_SYSCALL 500 #else -# define SYS_socket_subcall 400 +# define SYS_socket_subcall 500 # include "subcall.h" # define ARM_FIRST_SHUFFLED_SYSCALL (SYS_ipc_subcall + SYS_ipc_nsubcalls) #endif /* !__ARM_EABI__ */ diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h index b6a378a8..4c409b43 100644 --- a/linux/sparc/syscallent.h +++ b/linux/sparc/syscallent.h @@ -359,6 +359,7 @@ [358] = { 6, TD, SEN(preadv2), "preadv2" }, [359] = { 6, TD, SEN(pwritev2), "pwritev2" }, [360] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, +[361] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" }, #define SYS_socket_subcall 400 #include "subcall.h" diff --git a/linux/sparc64/syscallent.h b/linux/sparc64/syscallent.h index fc2e921f..a3a28582 100644 --- a/linux/sparc64/syscallent.h +++ b/linux/sparc64/syscallent.h @@ -357,6 +357,7 @@ [358] = { 6, TD, SEN(preadv2), "preadv2" }, [359] = { 6, TD, SEN(pwritev2), "pwritev2" }, [360] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, +[361] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" }, #define SYS_socket_subcall 400 #include "subcall.h"