From d149e69c02eb558114f20ea718810e95538a3b2f Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 22 Aug 2018 17:31:43 +0000 Subject: add io_pgetevents and rseq syscall numbers from linux v4.18 io_pgetevents is new in linux commit 7a074e96dee62586c935c80cecd931431bfdd0be rseq is new in linux commit d7822b1e24f2df5df98c76f0e94a5416349ff759 --- arch/x32/bits/syscall.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x32/bits/syscall.h.in') diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in index 23ef4472..67d89f91 100644 --- a/arch/x32/bits/syscall.h.in +++ b/arch/x32/bits/syscall.h.in @@ -284,6 +284,8 @@ #define __NR_pkey_alloc (0x40000000 + 330) #define __NR_pkey_free (0x40000000 + 331) #define __NR_statx (0x40000000 + 332) +#define __NR_io_pgetevents (0x40000000 + 333) +#define __NR_rseq (0x40000000 + 334) #define __NR_rt_sigaction (0x40000000 + 512) #define __NR_rt_sigreturn (0x40000000 + 513) -- cgit v1.2.1