Browse Source

RTEMS: Increase FS_SETSIZE to 256 bits

master
Chris Johns 2 years ago
committed by Joel Sherrill
parent
commit
8d38c37ed9
  1. 2
      newlib/libc/include/sys/select.h

2
newlib/libc/include/sys/select.h

@ -30,6 +30,8 @@ typedef __sigset_t sigset_t;
#ifndef FD_SETSIZE
# ifdef __CYGWIN__
# define FD_SETSIZE 1024
# elifdef __rtems__
# define FD_SETSIZE 256
# else
# define FD_SETSIZE 64
# endif

Loading…
Cancel
Save