From: Szabolcs Nagy Date: Mon, 11 Sep 2017 19:30:08 +0000 (+0000) Subject: s390x: add syscall number for s390_guarded_storage from linux v4.12 X-Git-Tag: v1.1.19~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5daaed6a0efd8a2b1410ff5395a6b3bb0e1a907e;p=oweals%2Fmusl.git s390x: add syscall number for s390_guarded_storage from linux v4.12 new syscall in linux commit 916cda1aa1b412d7cf2991c3af7479544942d121 --- 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