summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
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 c9198ca..ff204bd 100644
--- a/ev.c
+++ b/ev.c
@@ -2552,8 +2552,8 @@ loop_fork (EV_P)
#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
evpipe_init (EV_A);
- /* now iterate over everything, in case we missed something */
- pipecb (EV_A_ &pipe_w, EV_READ);
+ /* iterate over everything, in case we missed something before */
+ ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
#endif
}