aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-03-23 16:52:34 +0000
committerChristopher Faylor <me@cgf.cx>2006-03-23 16:52:34 +0000
commit3eb92a58f851da461193a1bbb8b577868355cfb6 (patch)
tree28ce4a498b964b307dc3226b7aa34c1a349e1dee /winsup/cygwin/dcrt0.cc
parentdccd2abec6c33e0b020ac6ca73f4a74c35833838 (diff)
downloadnewlib-3eb92a58f851da461193a1bbb8b577868355cfb6.zip
newlib-3eb92a58f851da461193a1bbb8b577868355cfb6.tar.gz
newlib-3eb92a58f851da461193a1bbb8b577868355cfb6.tar.bz2
* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the console
handler here. * dtable.cc (dtable::stdio_init): Initialize console handler here.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 971954f..1df274c 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -693,7 +693,6 @@ child_info_spawn::handle_spawn ()
old_title = strcpy (title_buf, moreinfo->old_title);
cfree (moreinfo->old_title);
}
- init_console_handler (myself->ctty >= 0);
}
void __stdcall