diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-14 04:38:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-14 04:38:37 +0000 |
commit | c21e74cce84389cfbde36b355b8c60810a40ee0c (patch) | |
tree | 18b42fb18d0a096e245786ff4aa1e52f2b792388 /winsup/cygwin/fork.cc | |
parent | e6ea2b96713e786f0f06e285ca8b226d7f8ec8ac (diff) | |
download | cygnal-c21e74cce84389cfbde36b355b8c60810a40ee0c.tar.gz cygnal-c21e74cce84389cfbde36b355b8c60810a40ee0c.tar.bz2 cygnal-c21e74cce84389cfbde36b355b8c60810a40ee0c.zip |
* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
(alloc_stack): Ditto.
* exceptions.cc (ctrl_c_handler): Add debugging output.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r-- | winsup/cygwin/fork.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc index 01b9dbc23..5b5f66d97 100644 --- a/winsup/cygwin/fork.cc +++ b/winsup/cygwin/fork.cc @@ -664,7 +664,6 @@ fork () child_info_fork ch; int res = setjmp (ch.jmp); - if (res) res = fork_child (grouped.hParent, grouped.first_dll, grouped.load_dlls); else |