summaryrefslogtreecommitdiff
path: root/arch/arm/bits
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2018-08-22 17:31:43 +0000
committerRich Felker <dalias@aerifal.cx>2018-12-09 22:29:12 -0500
commitd149e69c02eb558114f20ea718810e95538a3b2f (patch)
treeb6ff9287db1bc838222dbeec1ec8c629589e73bc /arch/arm/bits
parentca73bea05d83f3775cf1dd6c8135a69a20c78bf4 (diff)
downloadmusl-d149e69c02eb558114f20ea718810e95538a3b2f.tar.gz
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/arm/bits')
-rw-r--r--arch/arm/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/bits/syscall.h.in b/arch/arm/bits/syscall.h.in
index 1920516a..13a3b66c 100644
--- a/arch/arm/bits/syscall.h.in
+++ b/arch/arm/bits/syscall.h.in
@@ -353,6 +353,7 @@
#define __NR_pkey_alloc 395
#define __NR_pkey_free 396
#define __NR_statx 397
+#define __NR_rseq 398
#define __ARM_NR_breakpoint 0x0f0001
#define __ARM_NR_cacheflush 0x0f0002