* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will be
no artificially large limits.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user