__howmany
#ifndef __howmany
__fd_mask fds_bits[__howmany(FD_SETSIZE, __NFDBITS)];
#define howmany(a, b) __howmany(a, b)