*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2009-04-20 19:45:57 +00:00
parent 1b0914c850
commit f823ac8318
2 changed files with 3 additions and 0 deletions

View File

@ -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

2
ev.c
View File

@ -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;