mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-13 08:44:08 +03:00
add kexec_file_load syscall number on powerpc from linux v4.10
added in linux commit 80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9
This commit is contained in:
parent
8f56955713
commit
cee73f0c10
@ -366,4 +366,5 @@
|
||||
#define __NR_copy_file_range 379
|
||||
#define __NR_preadv2 380
|
||||
#define __NR_pwritev2 381
|
||||
#define __NR_kexec_file_load 382
|
||||
|
||||
|
@ -357,4 +357,5 @@
|
||||
#define __NR_copy_file_range 379
|
||||
#define __NR_preadv2 380
|
||||
#define __NR_pwritev2 381
|
||||
#define __NR_kexec_file_load 382
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user