about summary refs log tree commit diff
path: root/arch/s390x
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2018-06-09 23:03:48 +0000
committerRich Felker <dalias@aerifal.cx>2018-06-19 13:27:39 -0400
commit7ea235b1be38c57c49b164c9762cf90be02dbc05 (patch)
tree3509b42c2d6aab10010ab28f006d96d0db3b5307 /arch/s390x
parent1177f61d6e9eb3751014ef27fb3ce1b58c620b00 (diff)
downloadmusl-7ea235b1be38c57c49b164c9762cf90be02dbc05.tar.gz
musl-7ea235b1be38c57c49b164c9762cf90be02dbc05.tar.xz
musl-7ea235b1be38c57c49b164c9762cf90be02dbc05.zip
s390x: add kexec_file_load syscall number from linux v4.17
new in linux commit 71406883fd35794d573b3085433c41d0a3bf6c21
Diffstat (limited to 'arch/s390x')
-rw-r--r--arch/s390x/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in
index c965664c..409e9155 100644
--- a/arch/s390x/bits/syscall.h.in
+++ b/arch/s390x/bits/syscall.h.in
@@ -323,4 +323,5 @@
 #define __NR_s390_guarded_storage       378
 #define __NR_statx                      379
 #define __NR_s390_sthyi                 380
+#define __NR_kexec_file_load            381