From: Dmitry V. Levin Date: Fri, 25 Aug 2017 15:57:14 +0000 (+0000) Subject: s390: wire up s390_guarded_storage syscall X-Git-Tag: v4.19~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5634008d6e32820c84cd10a1096cdc1d556f7fad;p=strace s390: wire up s390_guarded_storage syscall * linux/s390/syscallent.h [378]: Add s390_guarded_storage entry. * linux/s390x/syscallent.h: Likewise. --- diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index d20ce8a6..2bf5a212 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -407,7 +407,7 @@ [375] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [376] = { 6, TD, SEN(preadv2), "preadv2" }, [377] = { 6, TD, SEN(pwritev2), "pwritev2" }, -[378] = { }, +[378] = { 2, 0, SEN(printargs), "s390_guarded_storage" }, [379] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, #define SYS_socket_subcall 400 diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index ff104dd7..3b662b4c 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -391,7 +391,7 @@ [375] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [376] = { 6, TD, SEN(preadv2), "preadv2" }, [377] = { 6, TD, SEN(pwritev2), "pwritev2" }, -[378] = { }, +[378] = { 2, 0, SEN(printargs), "s390_guarded_storage" }, [379] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, #define SYS_socket_subcall 400