aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-04 03:29:15 +0000
committerChristopher Faylor <me@cgf.cx>2001-11-04 03:29:15 +0000
commit763f09b97de5916721906b967a833ad814f42688 (patch)
tree2e2b9690acf6974f3508f903374dc88b0db1e4b2 /winsup/cygwin/ChangeLog
parent476dfb657b1b66c1c98484f047749e4be1a5b14d (diff)
downloadnewlib-763f09b97de5916721906b967a833ad814f42688.zip
newlib-763f09b97de5916721906b967a833ad814f42688.tar.gz
newlib-763f09b97de5916721906b967a833ad814f42688.tar.bz2
* select.cc (verify_console): New function.
(verify_windows): Ditto. (fhandler_console::select_read): Really do need to verify that there is something to read. (fhandler_console::select_windows): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index afb46ca..507c58c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2001-11-03 Christopher Faylor <cgf@redhat.com>
+ * select.cc (verify_console): New function.
+ (verify_windows): Ditto.
+ (fhandler_console::select_read): Really do need to verify that there is
+ something to read.
+ (fhandler_console::select_windows): Ditto.
+
+2001-11-03 Christopher Faylor <cgf@redhat.com>
+
* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.
(fhandler_tty_slave::ready_for_read): Ditto.
(select_record): Remove poll, initialize peek.