This commit is contained in:
Christopher Faylor 2005-04-14 17:08:02 +00:00
parent b04e9ddc97
commit 3178cfffc8
1 changed files with 1 additions and 3 deletions

View File

@ -116,9 +116,7 @@ resume_child (HANDLE forker_finished)
return 1;
}
/* 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. */
/* Notify parent that it is time for the next step. */
static void __stdcall
sync_with_parent (const char *s, bool hang_self)
{