dumb question

Roland McGrath roland@frob.com
Tue Jun 30 10:54:00 GMT 1998


> This is true for the select call itself, but not the associated macros
> for defining file descriptor sets.  

Which macros?  FD_SET and FD_CLR work.  FD_ZERO doesn't, but you can always
use bzero/memset directly.  The fd_set type is bounded, but you can
allocate an array with one element for every FD_SETSIZE bits.



More information about the Libc-hacker mailing list