NUM_FDS
static struct pollfd fds[NUM_FDS];
rv = poll(fds, NUM_FDS, -1);
for (i = 0; i < NUM_FDS; ++i) {