From 3178cfffc8348e980cc1a5c05089b4109dfc8717 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 14 Apr 2005 17:08:02 +0000 Subject: [PATCH] . --- winsup/cygwin/fork.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc index 41b9064e7..ba7a91e22 100644 --- a/winsup/cygwin/fork.cc +++ b/winsup/cygwin/fork.cc @@ -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) {