aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>2019-01-17 17:53:58 +0100
committerJan Stancek <jstancek@redhat.com>2019-01-18 15:15:32 +0100
commitf1fed3567700ffcc6649568a063df643093edb9e (patch)
tree9220616c51cbd85a09ff3729b46d5d1501b69ae3 /include
parent6434b6f2b901b376ba2efa5652b76fc68f5e75e0 (diff)
lapi/syscalls/s390x: Fix (u)getrlimit syscall numbers
On s390x we only have the getrlimit() syscall with number 191 and no ugetrlimit() syscall. Because of the wrong definition the testcase "getrlimit03" fails on s390x. Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> Acked-by: Jan Stancek <jstancek@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/lapi/syscalls/s390x.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/lapi/syscalls/s390x.in b/include/lapi/syscalls/s390x.in
index 401943892..e156b0903 100644
--- a/include/lapi/syscalls/s390x.in
+++ b/include/lapi/syscalls/s390x.in
@@ -259,7 +259,7 @@ geteuid 49
getegid 50
setreuid 70
setregid 71
-getrlimit 76
+getrlimit 191
getgroups 80
setgroups 81
fchown 95
@@ -271,7 +271,6 @@ getresuid 165
setresgid 170
getresgid 171
chown 182
-ugetrlimit 191
mmap2 192
truncate64 193
ftruncate64 194