From: Szabolcs Nagy Date: Fri, 2 Feb 2018 20:27:39 +0000 (+0000) Subject: s390x: add s390_sthyi system call from v4.15 X-Git-Tag: v1.1.20~166 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ccd07527e9e8a6c7a1ba86acee462f0affb877a;p=oweals%2Fmusl.git s390x: add s390_sthyi system call from v4.15 to store hypervisor information, added in linux commit 3d8757b87d7fc15a87928bc970f060bc9c6dc618 --- 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