From: Dmitry V. Levin Date: Wed, 13 Jan 2016 20:51:42 +0000 (+0000) Subject: s390, s390x: print all syscall arguments for syscall number 0 X-Git-Tag: v4.12~641 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2136d4b89657dabcbabb6eb88028cdf11dad7fb;p=strace s390, s390x: print all syscall arguments for syscall number 0 * linux/s390/syscallent.h [0]: Set nargs to MA. * linux/s390x/syscallent.h: Likewise. --- diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 96097d4e..a9ba385d 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -28,7 +28,7 @@ * */ -[ 0] = { 0, 0, SEN(setup), "setup" }, +[ 0] = {MA, 0, SEN(setup), "setup" }, [ 1] = { 1, TP|SE, SEN(exit), "exit" }, [ 2] = { 0, TP, SEN(fork), "fork" }, [ 3] = { 3, TD, SEN(read), "read" }, diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index 9f110184..e29a299c 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -27,7 +27,7 @@ * */ -[ 0] = { 0, 0, SEN(setup), "setup" }, +[ 0] = {MA, 0, SEN(setup), "setup" }, [ 1] = { 1, TP|SE, SEN(exit), "exit" }, [ 2] = { 0, TP, SEN(fork), "fork" }, [ 3] = { 3, TD, SEN(read), "read" },