Searched refs:FD_CLR (Results 1 – 1 of 1) sorted by relevance
29 #if defined(FD_ISSET) || defined(FD_SET) || defined(FD_CLR)31 #undef FD_CLR38 #define FD_CLR(n, p) __FD_SAFE_SET(n, ((p)->fds_bits[(n) / NFDBITS] &= ~(1L << ((n) % NFDBITS)))) macro