* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in the
fork/exec case.
This commit is contained in:
parent
cba9ecfffd
commit
7d85b417f1
@ -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>
|
2006-03-19 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler
|
* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler
|
||||||
|
@ -742,6 +742,7 @@ dll_crt0_0 ()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
init_console_handler (myself->ctty >= 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
user_data->resourcelocks->Init ();
|
user_data->resourcelocks->Init ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user