commit | b36d132907088b878fe77c25a7e8a9c85bf379f0 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Nov 18 23:18:17 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Nov 18 23:18:17 2015 +0000 |
tree | 9bf82d96adaa91cec90e882097b1e15ee6341044 | |
parent | 3a1e95d14e99ed1bef0a6a097ed4620bf809e191 [diff] |
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.