diff options
author | root <root> | 2008-10-29 07:04:52 +0000 |
---|---|---|
committer | root <root> | 2008-10-29 07:04:52 +0000 |
commit | 6fe359149e0a2050905f6ccf9339ce3a94e9c6d2 (patch) | |
tree | 14bd3f3ffbf612058fd0724617ca7f1364ff45ed | |
parent | 621cfc44f1ab5ec976c678e978ac8db9185eca7c (diff) |
*** empty log message ***
-rw-r--r-- | ev_epoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ epoll_poll (EV_P_ ev_tstamp timeout) | (ev->events & (EPOLLIN | EPOLLERR | EPOLLHUP) ? EV_READ : 0); /* check for spurious notification */ - if (expect_false (anfds [fd].egen != (unsigned char)(ev->data.u64 >> 32))) + if (expect_false (anfds [fd].egen != (uint32_t)(ev->data.u64 >> 32))) { /* recreate kernel state */ postfork = 1; |