Add missing Changelog entry for previous patch:

* fhandler_socket (fhandler_socket::readv): Call recv_internal directly,
	rather than recvmsg.
	(fhandler_socket::writev): Call send_internal directly, rather than
	sendmsg.
	* net.cc (cygwin_recv): Call fhandler_socket::recvfrom directly, rather
	than cygwin_recvfrom.
	(cygwin_send): Call fhandler_socket::sendto directly, rather than
	cygwin_sendto.
This commit is contained in:
Corinna Vinschen 2011-02-21 17:11:10 +00:00
parent 291698e54a
commit 41e50f04cf
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2011-02-21 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket (fhandler_socket::readv): Call recv_internal directly,
rather than recvmsg.
(fhandler_socket::writev): Call send_internal directly, rather than
sendmsg.
* net.cc (cygwin_recv): Call fhandler_socket::recvfrom directly, rather
than cygwin_recvfrom.
(cygwin_send): Call fhandler_socket::sendto directly, rather than
cygwin_sendto.
2011-02-20 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler.cc (fhandler_base_overlapped::close): Finish any pending I/O