[klibc] select.h not working on ia64

Kay Sievers kay.sievers at vrfy.org
Fri Mar 11 17:01:59 PST 2005


__FD_SET, __FD_CLR, __FD_ISSET, __FD_ZERO

are inside of __KERNEL__ in:
  include/asm-ia64/posix_types.h

and therefore not available.

I've added stuff like this to our code:
  #ifndef __FD_SET
  #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
  #endif

but it would be nice if this can be solved in klibc.

Thanks,
Kay



More information about the klibc mailing list