diff options
author | Szabolcs Nagy <nsz@port70.net> | 2018-11-10 20:52:43 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-03-13 12:32:08 -0400 |
commit | d66ae1aeaf29de25c4a5c48273d7f8a44c4d6b27 (patch) | |
tree | c0481e1d0e9996aed83bc2313dc2ee2150c07e9b /arch/arm/bits | |
parent | 53bef5c55e05c7423dd497006e86fae152a983b1 (diff) | |
download | musl-d66ae1aeaf29de25c4a5c48273d7f8a44c4d6b27.zip musl-d66ae1aeaf29de25c4a5c48273d7f8a44c4d6b27.tar.gz musl-d66ae1aeaf29de25c4a5c48273d7f8a44c4d6b27.tar.bz2 |
arm: add io_pgetevents syscall number from v4.19
wired up in linux commit 73aeb2cbcdc9be391b3d32a55319a59ce425426f
Diffstat (limited to 'arch/arm/bits')
-rw-r--r-- | arch/arm/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/bits/syscall.h.in b/arch/arm/bits/syscall.h.in index 13a3b66..1787099 100644 --- a/arch/arm/bits/syscall.h.in +++ b/arch/arm/bits/syscall.h.in @@ -354,6 +354,7 @@ #define __NR_pkey_free 396 #define __NR_statx 397 #define __NR_rseq 398 +#define __NR_io_pgetevents 399 #define __ARM_NR_breakpoint 0x0f0001 #define __ARM_NR_cacheflush 0x0f0002 |