]> git.llucax.com Git - software/libev.git/commitdiff
sugar
authorroot <root>
Wed, 31 Oct 2007 07:40:49 +0000 (07:40 +0000)
committerroot <root>
Wed, 31 Oct 2007 07:40:49 +0000 (07:40 +0000)
ev.c

diff --git a/ev.c b/ev.c
index 01b9df26a53cd527d6586ccc2284e648dca39e36..5df23b624723f75fdffa92fc13a8923a1130181e 100644 (file)
--- 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 */
 }
 
 /*****************************************************************************/