summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2009-04-20 19:45:57 +0000
committerroot <root>2009-04-20 19:45:57 +0000
commitb4808abaa51825ed62e37a91744f647cfbbc1a1c (patch)
treeb27abb0174765bb07688276133cc981b64b8a3dc
parentaa0776b86048492f57acf4f5f3f4cfe3414c62fd (diff)
*** empty log message ***
-rw-r--r--Changes1
-rw-r--r--ev.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index a806b87..1aa7354 100644
--- a/Changes
+++ b/Changes
@@ -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
diff --git a/ev.c b/ev.c
index 684ca07..85af5b1 100644
--- a/ev.c
+++ b/ev.c
@@ -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;