* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will be
no artificially large limits.
This commit is contained in:
parent
9501a0a1c7
commit
42a737d0a4
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue