summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-10-31 07:40:49 +0000
committerroot <root>2007-10-31 07:40:49 +0000
commitd0d4f6a5ab9ce9be2753919a7fe70983f8c48725 (patch)
tree96b12f5337c215173564e014a97ae307ea5fce43
parenta83988732901602a5dd2f2301f1bc1c00a9e7cbe (diff)
sugar
-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 */
}
/*****************************************************************************/