FD_CLR
#undef FD_CLR
#define FD_CLR(fd, maskp) \
#define FD_CLR(n, p) ((p)->__fds_bits[__fdset_idx(p, n)] &= ~__fdset_mask(n))