* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the console

handler here.
* dtable.cc (dtable::stdio_init): Initialize console handler here.
This commit is contained in:
Christopher Faylor
2006-03-23 16:52:34 +00:00
parent dccd2abec6
commit 3eb92a58f8
3 changed files with 10 additions and 2 deletions

View File

@@ -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