X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/5b2da1304aaf98b2a851bf1bd0e180478ea61dec..c12d1228a8089ed701ce994c8e2d9858d906a29d:/ev.c?ds=inline 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 } /*****************************************************************************/