diff options
author | Szabolcs Nagy <nsz@port70.net> | 2018-02-02 20:27:39 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-02-22 18:49:11 -0500 |
commit | 4ccd07527e9e8a6c7a1ba86acee462f0affb877a (patch) | |
tree | 9ed4cd1cf6fc724fb8b71d935a041b9adfe18703 | |
parent | 4001c51181e04511744c36fcfe2be10efa98c125 (diff) | |
download | musl-4ccd07527e9e8a6c7a1ba86acee462f0affb877a.tar.gz musl-4ccd07527e9e8a6c7a1ba86acee462f0affb877a.tar.xz musl-4ccd07527e9e8a6c7a1ba86acee462f0affb877a.zip |
s390x: add s390_sthyi system call from v4.15
to store hypervisor information, added in linux commit 3d8757b87d7fc15a87928bc970f060bc9c6dc618
-rw-r--r-- | arch/s390x/bits/syscall.h.in | 1 |
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 |