microsoft hits. you hit microsoft. microsoft hits. microsoft hits. microsoft hits. you die.

This commit is contained in:
Marc Alexander Lehmann 2008-01-20 15:37:03 +00:00
parent 907c58d001
commit 9ebd2ed7df
1 changed files with 2 additions and 2 deletions

4
ev.c
View File

@ -1200,7 +1200,7 @@ ev_loop_destroy (EV_P)
void
ev_loop_fork (EV_P)
{
postfork = 1; // must be in line with ev_default_fork
postfork = 1; /* must be in line with ev_default_fork */
}
#endif
@ -1274,7 +1274,7 @@ ev_default_fork (void)
#endif
if (backend)
postfork = 1; // must be in line with ev_loop_fork
postfork = 1; /* must be in line with ev_loop_fork */
}
/*****************************************************************************/