diff options
| -rw-r--r-- | Changes | 1 | ||||
| -rw-r--r-- | ev.c | 2 | 
2 files changed, 3 insertions, 0 deletions
| @@ -16,6 +16,7 @@ TODO: fix signal handling(?) under win32          - new EV_CUSTOM revents flag for use by applications.          - add documentation section about priorites.          - add a glossary to the dcoumentation. +        - extend the ev_fork description slightly.  3.53 Sun Feb 15 02:38:20 CET 2009  	- fix a bug in event pipe creation on win32 that would cause a @@ -2036,6 +2036,8 @@ ev_loop (EV_P_ int flags)              /* update time to cancel out callback processing overhead */              time_update (EV_A_ 1e100); +            waittime = MAX_BLOCKTIME; +              if (timercnt)                {                  ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now + backend_fudge; | 
