Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-04-14 21:08:02 +0400
committerChristopher Faylor <me@cgf.cx>2005-04-14 21:08:02 +0400
commit3178cfffc8348e980cc1a5c05089b4109dfc8717 (patch)
tree613817a0ec3e9f3d7d25974389a1d1623df80b3a /winsup
parentb04e9ddc97b6cdd93cd3d2ea770194c0dedd5a03 (diff)
.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/fork.cc4
1 files changed, 1 insertions, 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)
{