nfds_t
nfds_t nfds;
int poll(struct pollfd *, nfds_t, int);
int ppoll(struct pollfd *, nfds_t, const struct timespec *,
nfds_t nfd;
static nfds_t maxfds = 0;