]> granicus.if.org Git - strace/commit
s390x: adjust some syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 17:17:14 +0000 (17:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 17:32:16 +0000 (17:32 +0000)
commitdb613f0c47e3199539452d076d95f628f489ffe7
treefbe0a077255b234d65b31b80321c5934af7f0045
parent166b0bc71c5ec7c4f9825f3ef9b181ffdec27e98
s390x: adjust some syscall entries

According to linux/arch/s390/include/uapi/asm/unistd.h, readdir is
defined both on s390 and s390x, while getrlimit, _llseek, sendfile64,
and fadvise64_64 are defined on s390 only.

* linux/s390x/syscallent.h (readdir): Add.
(getrlimit, _llseek, sendfile64, fadvise64_64): Remove.
linux/s390x/syscallent.h