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>2004-02-09 14:30:57 +0300
committerCorinna Vinschen <corinna@vinschen.de>2004-02-09 14:30:57 +0300
commit9ec70d2019470fa084ff009838c93360549fd63f (patch)
treea8c1ea1fea02130069a39b95d4e88a1d0f08b480 /winsup/cygwin/ChangeLog
parentcec4879206f2158d19eccdf5395b551da7c22cb3 (diff)
* fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index af1c6d4c2..7de079372 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-09 Ralf Habacker <ralf.habacker@freenet.de>
+
+ * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.
+
2004-02-08 Christopher Faylor <cgf@redhat.com>
* debug.h (console_printf): Define for non-debugging condition.