mirror of git://git.musl-libc.org/musl
mips: add clone3 syscall numbers from linux v5.4
the syscall numbers were reserved in v5.3 but not wired up on mips, see linux commit 0671c5b84e9e0a6d42d22da9b5d093787ac1c5f3 MIPS: Wire up clone3 syscall
This commit is contained in:
parent
a7df9c75f7
commit
2fc29fcfc2
|
@ -407,4 +407,5 @@
|
|||
#define __NR_fsmount 4432
|
||||
#define __NR_fspick 4433
|
||||
#define __NR_pidfd_open 4434
|
||||
#define __NR_clone3 4435
|
||||
|
||||
|
|
|
@ -337,4 +337,5 @@
|
|||
#define __NR_fsmount 5432
|
||||
#define __NR_fspick 5433
|
||||
#define __NR_pidfd_open 5434
|
||||
#define __NR_clone3 5435
|
||||
|
||||
|
|
|
@ -361,4 +361,5 @@
|
|||
#define __NR_fsmount 6432
|
||||
#define __NR_fspick 6433
|
||||
#define __NR_pidfd_open 6434
|
||||
#define __NR_clone3 6435
|
||||
|
||||
|
|
Loading…
Reference in New Issue