*** empty log message ***

master
Marc Alexander Lehmann 2011-01-08 10:25:16 +00:00
parent 15f9432bb0
commit d79a4b00ef
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ epoll_modify (EV_P_ int fd, int oev, int nev)
}
else if (expect_true (errno == EPERM))
{
/* EPERM means the fd is always ready, but epoll is too snobbish */
/* to handle it, unlike select or poll. */
anfds [fd].emask = EV_EMASK_EPERM;
/* add fd to epoll_eperms, if not already inside */