diff options
author | Christopher Faylor <me@cgf.cx> | 2005-04-14 17:08:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-04-14 17:08:02 +0000 |
commit | 3178cfffc8348e980cc1a5c05089b4109dfc8717 (patch) | |
tree | 613817a0ec3e9f3d7d25974389a1d1623df80b3a | |
parent | b04e9ddc97b6cdd93cd3d2ea770194c0dedd5a03 (diff) | |
download | cygnal-3178cfffc8348e980cc1a5c05089b4109dfc8717.tar.gz cygnal-3178cfffc8348e980cc1a5c05089b4109dfc8717.tar.bz2 cygnal-3178cfffc8348e980cc1a5c05089b4109dfc8717.zip |
.
-rw-r--r-- | winsup/cygwin/fork.cc | 4 |
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) { |