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:
authorChristopher Faylor <me@cgf.cx>2003-06-07 19:36:47 +0400
committerChristopher Faylor <me@cgf.cx>2003-06-07 19:36:47 +0400
commit42a737d0a4191c776ef368a93fe4188b241fa572 (patch)
treedd55800265ec17ed4df6a8353e6c7d9a8a370d6b /winsup/cygwin/ChangeLog
parent9501a0a1c74742fc238203ee92d8ac8c79e1e645 (diff)
* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will be
no artificially large limits.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2c146ab96..b70737541 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2003-06-07 Christopher Faylor <cgf@redhat.com>
+ * poll.cc: Define FD_SETSIZE to ridiculously large number so that there
+ will be no artificially large limits.
+
+2003-06-07 Christopher Faylor <cgf@redhat.com>
+
* fhandler_tty.cc (fhandler_tty_slave::close): Free the console when
last tty closes.