mirror of
git://git.musl-libc.org/musl
synced 2025-02-01 11:31:38 +00:00
aarch64, or1k: add kexec_file_load syscall number from linux v5.0
added in linux commit 4e21565b7fd4d9045765f697887e74a704135fe2
This commit is contained in:
parent
9e06514e23
commit
1114df5d60
@ -276,4 +276,5 @@
|
||||
#define __NR_statx 291
|
||||
#define __NR_io_pgetevents 292
|
||||
#define __NR_rseq 293
|
||||
#define __NR_kexec_file_load 294
|
||||
|
||||
|
@ -278,4 +278,5 @@
|
||||
#define __NR_statx 291
|
||||
#define __NR_io_pgetevents 292
|
||||
#define __NR_rseq 293
|
||||
#define __NR_kexec_file_load 294
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user