* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will be

no artificially large limits.
This commit is contained in:
Christopher Faylor 2003-06-07 15:36:47 +00:00
parent 9501a0a1c7
commit 42a737d0a4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View 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>