* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in the

fork/exec case.
This commit is contained in:
Christopher Faylor 2006-03-20 01:16:39 +00:00
parent cba9ecfffd
commit 7d85b417f1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-03-19 Christopher Faylor <cgf@timesys.com>
* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in
the fork/exec case.
2006-03-19 Christopher Faylor <cgf@timesys.com>
* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler

View File

@ -742,6 +742,7 @@ dll_crt0_0 ()
}
break;
}
init_console_handler (myself->ctty >= 0);
}
user_data->resourcelocks->Init ();