]> granicus.if.org Git - strace/commit
alpha, ia64, mips, sh*, sparc*: fix error path decoding of pipe syscall
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 12 Feb 2016 16:37:31 +0000 (16:37 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 13 Feb 2016 00:57:00 +0000 (00:57 +0000)
commit9b388858035455e120f5d13b1707a96e77ca621a
tree39a8e08bb69cd94460bcdd6fe6aea5b7c7fc0ea2
parentf9f04f74fc8b4a48033795f024b87e76772671c5
alpha, ia64, mips, sh*, sparc*: fix error path decoding of pipe syscall

* net.c (do_pipe) [HAVE_GETRVAL2]: Remove.
Always call decode_pair_fd on exiting.
(SYS_FUNC(pipe)) [HAVE_GETRVAL2]: Call printpair_fd instead of do_pipe.
net.c