summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-09-11 19:30:08 +0000
committerRich Felker <dalias@aerifal.cx>2017-11-05 18:41:19 -0500
commit5daaed6a0efd8a2b1410ff5395a6b3bb0e1a907e (patch)
tree5fd0f190718534b61b998276ee9d7ca3d2bbe891 /arch
parent2dc6760f3c1013796e4d05798aff824c85bc5265 (diff)
downloadmusl-5daaed6a0efd8a2b1410ff5395a6b3bb0e1a907e.tar.gz
s390x: add syscall number for s390_guarded_storage from linux v4.12
new syscall in linux commit 916cda1aa1b412d7cf2991c3af7479544942d121
Diffstat (limited to 'arch')
-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 bb1c0f4d..4fe1a64f 100644
--- a/arch/s390x/bits/syscall.h.in
+++ b/arch/s390x/bits/syscall.h.in
@@ -320,5 +320,6 @@
#define __NR_copy_file_range 375
#define __NR_preadv2 376
#define __NR_pwritev2 377
+#define __NR_s390_guarded_storage 378
#define __NR_statx 379