mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
This commit is contained in:
parent
ccbc064c49
commit
5916a051ca
4
ev.c
4
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
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue