Changeset 386


Ignore:
Timestamp:
Jul 15, 2003, 8:21:10 PM (22 years ago)
Author:
bird
Message:

#434: Increased number of handles in the select struct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/select.h

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r385 r386  
    2020 * @remark we might wanna bump this one up a bit... */
    2121#if !defined (FD_SETSIZE)
    22 #define FD_SETSIZE 256
     22#define FD_SETSIZE 2048
    2323#elif FD_SETSIZE < 256
    2424#error FD_SETSIZE must be at least 256
Note: See TracChangeset for help on using the changeset viewer.