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
This commit is contained in:
Szabolcs Nagy
2018-12-09 22:29:12 -05:00
committed by Rich Felker
parent ca73bea05d
commit d149e69c02
13 changed files with 23 additions and 0 deletions
+2
View File
@@ -371,4 +371,6 @@
#define __NR_pkey_alloc 384
#define __NR_pkey_free 385
#define __NR_pkey_mprotect 386
#define __NR_rseq 387
#define __NR_io_pgetevents 388