From e2136d4b89657dabcbabb6eb88028cdf11dad7fb Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 13 Jan 2016 20:51:42 +0000 Subject: [PATCH] s390, s390x: print all syscall arguments for syscall number 0 * linux/s390/syscallent.h [0]: Set nargs to MA. * linux/s390x/syscallent.h: Likewise. --- linux/s390/syscallent.h | 2 +- linux/s390x/syscallent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }, -- 2.40.0