summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 01b9df2..5df23b6 100644
--- a/ev.c
+++ b/ev.c
@@ -338,10 +338,12 @@ int ev_init (int flags)
void ev_prefork (void)
{
+ /* nop */
}
void ev_postfork_parent (void)
{
+ /* nop */
}
void ev_postfork_child (void)
@@ -575,7 +577,6 @@ ev_stop (W w)
pendings [w->pending - 1].w = 0;
w->active = 0;
- /* nop */
}
/*****************************************************************************/