]> granicus.if.org Git - strace/commit
net.c: move parsers of sendmsg and recvmsg syscalls to msghdr.c
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 14 Jul 2016 22:26:28 +0000 (22:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 18 Jul 2016 22:12:44 +0000 (22:12 +0000)
commitdc84fa3646f6a4f9e81d47059fe0c84a9b70f3b4
treeaed2a1322a81e357ddc7380358fb2f5c26ed4de2
parent4de8de50d25f515100e7d13a9b7d551613d8d27e
net.c: move parsers of sendmsg and recvmsg syscalls to msghdr.c

* defs.h (fetch_msghdr_namelen, decode_msghdr): Remove.
* net.c (SYS_FUNC(sendmsg), SYS_FUNC(recvmsg)): Move ...
* msghdr.c: ... here.
(fetch_msghdr_namelen, decode_msghdr): Add static qualifier.
defs.h
msghdr.c
net.c