aarch64, or1k: add kexec_file_load syscall number from linux v5.0

added in linux commit 4e21565b7fd4d9045765f697887e74a704135fe2
This commit is contained in:
Szabolcs Nagy 2019-03-07 21:07:45 +00:00 committed by Rich Felker
parent 9e06514e23
commit 1114df5d60
2 changed files with 2 additions and 0 deletions

View File

@ -276,4 +276,5 @@
#define __NR_statx 291
#define __NR_io_pgetevents 292
#define __NR_rseq 293
#define __NR_kexec_file_load 294

View File

@ -278,4 +278,5 @@
#define __NR_statx 291
#define __NR_io_pgetevents 292
#define __NR_rseq 293
#define __NR_kexec_file_load 294