MIN_FDS
struct pollfd fd_list[MIN_FDS];
fds = typeMalloc(struct pollfd, MIN_FDS + evl->count);
for (count = 0; count < MIN_FDS; count++) {