summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2008-02-01 13:22:48 +0000
committerroot <root>2008-02-01 13:22:48 +0000
commit34b42e1d6c18c9c1d97ef897d48bfa4d8da3cbde (patch)
treefb46d4f89a1abd9b174af65a2545269b0d7af25b /ev.c
parentd52ca93cfac88b05c2ad9caac1a9c44a3c17b4ae (diff)
testsuite
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index e7a189a..80f27e3 100644
--- a/ev.c
+++ b/ev.c
@@ -1222,8 +1222,8 @@ loop_fork (EV_P)
close (evpipe [1]);
evpipe_init (EV_A);
- /* now iterate over everything */
- evcb (EV_A_ &pipeev, EV_READ);
+ /* now iterate over everything, in case we missed something */
+ pipecb (EV_A_ &pipeev, EV_READ);
}
postfork = 0;