diff options
author | Szabolcs Nagy <nsz@port70.net> | 2018-08-22 17:31:43 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-12-09 22:29:12 -0500 |
commit | d149e69c02eb558114f20ea718810e95538a3b2f (patch) | |
tree | b6ff9287db1bc838222dbeec1ec8c629589e73bc /arch/s390x | |
parent | ca73bea05d83f3775cf1dd6c8135a69a20c78bf4 (diff) | |
download | musl-d149e69c02eb558114f20ea718810e95538a3b2f.tar.gz musl-d149e69c02eb558114f20ea718810e95538a3b2f.tar.bz2 musl-d149e69c02eb558114f20ea718810e95538a3b2f.tar.xz musl-d149e69c02eb558114f20ea718810e95538a3b2f.zip |
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
Diffstat (limited to 'arch/s390x')
-rw-r--r-- | arch/s390x/bits/syscall.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in index 409e9155..85a18e79 100644 --- a/arch/s390x/bits/syscall.h.in +++ b/arch/s390x/bits/syscall.h.in @@ -324,4 +324,6 @@ #define __NR_statx 379 #define __NR_s390_sthyi 380 #define __NR_kexec_file_load 381 +#define __NR_io_pgetevents 382 +#define __NR_rseq 383 |