]> granicus.if.org Git - strace/commit
pipe, pipe2, socketpair: print returned descriptors using printfd
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 2 Aug 2015 01:54:48 +0000 (01:54 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 3 Aug 2015 09:09:26 +0000 (09:09 +0000)
commit2a4f0521fc34f853c1bd41e5176d01162c161bbf
treeb9ab5457e7654ae962467e01ffc7c97a89b28bed
parent3d463be47e84896366a86d156cbf1466f69a9811
pipe, pipe2, socketpair: print returned descriptors using printfd

* net.c (printpair_fd, decode_pair_fd): New functions.
(do_pipe, sys_socketpair): Use them.
net.c