X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/5b2da1304aaf98b2a851bf1bd0e180478ea61dec..168dbe26f6016988116006b49fbb4362be416ab7:/ev.c diff --git a/ev.c b/ev.c index bfff3f6..d024017 100644 --- a/ev.c +++ b/ev.c @@ -1200,7 +1200,7 @@ ev_loop_destroy (EV_P) void ev_loop_fork (EV_P) { - postfork = 1; + postfork = 1; // must be in line with ev_default_fork } #endif @@ -1274,7 +1274,7 @@ ev_default_fork (void) #endif if (backend) - postfork = 1; + postfork = 1; // must be in line with ev_loop_fork } /*****************************************************************************/