summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 5ed98f3..a8b434f 100644
--- a/ev.c
+++ b/ev.c
@@ -1661,7 +1661,7 @@ ev_default_fork (void)
struct ev_loop *loop = ev_default_loop_ptr;
#endif
- ev_loop_fork (EV_A);
+ postfork = 1; /* must be in line with ev_loop_fork */
}
/*****************************************************************************/