]> granicus.if.org Git - strace/commit
Fix printing of remaining timeout of recvmmsg syscall
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 18 Jul 2016 10:34:41 +0000 (10:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Jul 2016 17:45:06 +0000 (17:45 +0000)
commit3e3b7f64032257025081153074679eca3056f7bc
treed675e8303554cb2f01bfe1295121d0d9880b002d
parent70495eb3efa1d37d6078bcc94afc2806dae782ef
Fix printing of remaining timeout of recvmmsg syscall

* mmsghdr.c (SYS_FUNC(recvmmsg)): Do not print remaining timeout
when the 5th syscall argument is NULL.
* tests/mmsg.c (main): Update expected output.
mmsghdr.c
tests/mmsg.c