Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-02-21 20:11:10 +0300
committerCorinna Vinschen <corinna@vinschen.de>2011-02-21 20:11:10 +0300
commit41e50f04cf5f3505c3e212f719531ce6caf691df (patch)
tree079c7ae7d6c1185c79309adfdc2a264be6713551
parent291698e54addbe2824b3f8d05cdbf707798b95a2 (diff)
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.
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c5fa0661a..84c6e4bd2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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