.
This commit is contained in:
parent
b04e9ddc97
commit
3178cfffc8
@ -116,9 +116,7 @@ resume_child (HANDLE forker_finished)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Notify parent that it is time for the next step.
|
/* Notify parent that it is time for the next step. */
|
||||||
Note that this has to be a macro since the parent may be messing with
|
|
||||||
our stack. */
|
|
||||||
static void __stdcall
|
static void __stdcall
|
||||||
sync_with_parent (const char *s, bool hang_self)
|
sync_with_parent (const char *s, bool hang_self)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user