Hello,

FD_SETSIZE must be >= CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS. You can define FD_SETSIZE yourself, however, this is quite brittle since you must do this for every include of <sys/select.h> (e.g. also in external libraries). A better alternative to select() is kqueue() if you use the libbsd.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : [email protected]
PGP     : Public key available on request.

Diese Nachricht ist keine gesch?0?1ftliche Mitteilung im Sinne des EHUG.

_______________________________________________
users mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/users

Reply via email to