This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dumb question


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]