PFD__MAX
struct pollfd pfd[PFD__MAX];
if ((c = poll(pfd, PFD__MAX, poll_timeout)) == -1) {
for (i = 0; i < PFD__MAX; i++)