mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
15f9432bb0
commit
d79a4b00ef
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue