projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47bc7f0
)
mips64: fix syscall numbers of io_pgetevents and rseq
author
Szabolcs Nagy
<nsz@port70.net>
Thu, 9 May 2019 20:20:24 +0000
(20:20 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 1 Jul 2019 18:17:02 +0000
(14:17 -0400)
the numbers added in
commit
d149e69c02eb558114f20ea718810e95538a3b2f
add io_pgetevents and rseq syscall numbers from linux v4.18
were incorrect.
arch/mips64/bits/syscall.h.in
patch
|
blob
|
history
diff --git
a/arch/mips64/bits/syscall.h.in
b/arch/mips64/bits/syscall.h.in
index f814aa48c5ff3473b29ba67578a0f9d30d3b6b37..9eebbb6a04e64f0744e0a21bbb7e6d6e92ced49e 100644
(file)
--- a/
arch/mips64/bits/syscall.h.in
+++ b/
arch/mips64/bits/syscall.h.in
@@
-324,6
+324,6
@@
#define __NR_pkey_alloc 5324
#define __NR_pkey_free 5325
#define __NR_statx 5326
-#define __NR_rseq
4
327
-#define __NR_io_pgetevents
4
328
+#define __NR_rseq
5
327
+#define __NR_io_pgetevents
5
328