]> granicus.if.org Git - strace/commit
Assume that libc provides sendmsg
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 18 Nov 2015 23:18:17 +0000 (23:18 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 18 Nov 2015 23:18:17 +0000 (23:18 +0000)
commitb36d132907088b878fe77c25a7e8a9c85bf379f0
tree9bf82d96adaa91cec90e882097b1e15ee6341044
parent3a1e95d14e99ed1bef0a6a097ed4620bf809e191
Assume that libc provides sendmsg

Starting with commit v4.6-281-g7af9f35, we implicitly assume that
HAVE_SENDMSG is always defined.  Therefore, the check for sendmsg
availability is redundant and could be safely removed.

* configure.ac (AC_CHECK_FUNCS): Remove sendmsg.
* linux/dummy.h [!HAVE_SENDMSG] (sys_recvmsg, sys_sendmsg): Remove
stub aliases.
* net.c [HAVE_SENDMSG]: Define unconditionally.
* syscall.c (dumpio) [HAVE_SENDMSG]: Likewise.
configure.ac
linux/dummy.h
net.c
syscall.c