summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2018-02-02 20:27:39 +0000
committerRich Felker <dalias@aerifal.cx>2018-02-22 18:49:11 -0500
commit4ccd07527e9e8a6c7a1ba86acee462f0affb877a (patch)
tree9ed4cd1cf6fc724fb8b71d935a041b9adfe18703 /arch
parent4001c51181e04511744c36fcfe2be10efa98c125 (diff)
downloadmusl-4ccd07527e9e8a6c7a1ba86acee462f0affb877a.tar.gz
s390x: add s390_sthyi system call from v4.15
to store hypervisor information, added in linux commit 3d8757b87d7fc15a87928bc970f060bc9c6dc618
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 4fe1a64f..c965664c 100644
--- a/arch/s390x/bits/syscall.h.in
+++ b/arch/s390x/bits/syscall.h.in
@@ -322,4 +322,5 @@
#define __NR_pwritev2 377
#define __NR_s390_guarded_storage 378
#define __NR_statx 379
+#define __NR_s390_sthyi 380