mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-22 02:22:54 +03:00
mips64: fix syscall numbers of io_pgetevents and rseq
the numbers added in commit d149e69c02eb558114f20ea718810e95538a3b2f add io_pgetevents and rseq syscall numbers from linux v4.18 were incorrect.
This commit is contained in:
parent
47bc7f0afe
commit
b574de5bf3
@ -324,6 +324,6 @@
|
||||
#define __NR_pkey_alloc 5324
|
||||
#define __NR_pkey_free 5325
|
||||
#define __NR_statx 5326
|
||||
#define __NR_rseq 4327
|
||||
#define __NR_io_pgetevents 4328
|
||||
#define __NR_rseq 5327
|
||||
#define __NR_io_pgetevents 5328
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user