From: root Date: Wed, 31 Oct 2007 07:40:49 +0000 (+0000) Subject: sugar X-Git-Tag: rel-0_5~90 X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/d0d4f6a5ab9ce9be2753919a7fe70983f8c48725?ds=inline sugar --- 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 */ } /*****************************************************************************/