OSDN Git Service

* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will be
authorcgf <cgf>
Sat, 7 Jun 2003 15:36:47 +0000 (15:36 +0000)
committercgf <cgf>
Sat, 7 Jun 2003 15:36:47 +0000 (15:36 +0000)
no artificially large limits.

winsup/cygwin/ChangeLog
winsup/cygwin/poll.cc

index 2c146ab..b707375 100644 (file)
@@ -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.
 
index e12ed96..44d00b9 100644 (file)
@@ -10,6 +10,7 @@
 
 #define  __INSIDE_CYGWIN_NET__
 
+#define FD_SETSIZE 16384               // lots of fds
 #include "winsup.h"
 #include <sys/time.h>
 #include <sys/poll.h>