]> granicus.if.org Git - strace/commit
alpha, ia64, mips, sh, sh64: fix the number of pipe syscall arguments
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 12 Feb 2016 19:44:29 +0000 (19:44 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 13 Feb 2016 00:57:00 +0000 (00:57 +0000)
commita1e822870e99957027b57364a82f826eb4fc628d
tree8e4687867e551cdd8f6a5336d5b83c2b45b38b54
parent9b388858035455e120f5d13b1707a96e77ca621a
alpha, ia64, mips, sh, sh64: fix the number of pipe syscall arguments

On alpha, ia64, mips, sh, sh64, sparc, and sparc64 architectures
pipe syscall does not take arguments.

* linux/alpha/syscallent.h (pipe): Change nargs to 0.
* linux/ia64/syscallent.h (pipe): Likewise.
* linux/mips/syscallent-n32.h (pipe): Likewise.
* linux/mips/syscallent-n64.h (pipe): Likewise.
* linux/mips/syscallent-o32.h (pipe): Likewise.
* linux/sh/syscallent.h (pipe): Likewise.
* linux/sh64/syscallent.h (pipe): Likewise.
linux/alpha/syscallent.h
linux/ia64/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/sh/syscallent.h
linux/sh64/syscallent.h