mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
This commit is contained in:
parent
b383b1c054
commit
bf9c8620f4
|
@ -87,7 +87,7 @@ port_poll (EV_P_ ev_tstamp timeout)
|
|||
|
||||
EV_RELEASE_CB;
|
||||
ts.tv_sec = (time_t)timeout;
|
||||
ts.tv_nsec = (long)(timeout - (ev_tstamp)ts.tv_sec) * 1e9;
|
||||
ts.tv_nsec = ((long)(timeout - (ev_tstamp)ts.tv_sec) * 1e9);
|
||||
res = port_getn (backend_fd, port_events, port_eventmax, &nget, &ts);
|
||||
EV_ACQUIRE_CB;
|
||||
|
||||
|
|
Loading…
Reference in New Issue