*** empty log message ***

master
Marc Alexander Lehmann 13 years ago
parent bd81ff2c78
commit f7fb3e61f0

@ -150,6 +150,7 @@ epoll_poll (EV_P_ ev_tstamp timeout)
| (ev->events & (EPOLLIN | EPOLLERR | EPOLLHUP) ? EV_READ : 0);
/* check for spurious notification */
/* we assume that fd is always in range, as we never shrink the anfds arraay */
if (expect_false ((uint32_t)anfds [fd].egen != (uint32_t)(ev->data.u64 >> 32)))
{
/* recreate kernel state */

Loading…
Cancel
Save