diff options
author | Szabolcs Nagy <nsz@port70.net> | 2017-03-06 00:28:33 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:41:02 -0500 |
commit | cee73f0c10535f87e3e108697a4af5453f5f04c0 (patch) | |
tree | c11bdfa6c9d6d1da971610380d25f157fff36231 /arch/powerpc64/bits/syscall.h.in | |
parent | 8f5695571322868d89620fca0dc05ffc37bbc040 (diff) | |
download | musl-cee73f0c10535f87e3e108697a4af5453f5f04c0.tar.gz musl-cee73f0c10535f87e3e108697a4af5453f5f04c0.tar.xz musl-cee73f0c10535f87e3e108697a4af5453f5f04c0.zip |
add kexec_file_load syscall number on powerpc from linux v4.10
added in linux commit 80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9
Diffstat (limited to 'arch/powerpc64/bits/syscall.h.in')
-rw-r--r-- | arch/powerpc64/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc64/bits/syscall.h.in b/arch/powerpc64/bits/syscall.h.in index c9880fa2..9907ae9b 100644 --- a/arch/powerpc64/bits/syscall.h.in +++ b/arch/powerpc64/bits/syscall.h.in @@ -357,4 +357,5 @@ #define __NR_copy_file_range 379 #define __NR_preadv2 380 #define __NR_pwritev2 381 +#define __NR_kexec_file_load 382 |