*** empty log message ***

master
Marc Alexander Lehmann 2009-07-25 10:14:34 +00:00
parent 6a82fe6b21
commit a23029e3a3
2 changed files with 3 additions and 1 deletions

2
ev.pod
View File

@ -3584,7 +3584,7 @@ implementations for some libevent functions (such as logging, which is not
supported). It will also not define any of the structs usually found in
F<event.h> that are not directly supported by the libev core alone.
In stanbdalone mode, libev will still try to automatically deduce the
In standalone mode, libev will still try to automatically deduce the
configuration, but has to be more conservative.
=item EV_USE_MONOTONIC

View File

@ -121,6 +121,8 @@ epoll_poll (EV_P_ ev_tstamp timeout)
int i;
int eventcnt;
/* epoll wait times cannot be larger than (LONG_MAX - 999UL) / HZ msecs, which is below */
/* the default libev max wait time, however. */
EV_RELEASE_CB;
eventcnt = epoll_wait (backend_fd, epoll_events, epoll_eventmax, (int)ceil (timeout * 1000.));
EV_ACQUIRE_CB;