* cygthread.cc (cygthread::detach): Fix debugging output.
* dcrt0.cc (dll_crt0_1): Create signal_arrived early -- before any filename manipulation. * sigproc.cc (sigproc_init): Don't create signal_arrived here. * fork.cc (fork_child): Ditto.
This commit is contained in:
@ -490,8 +490,6 @@ sigproc_init ()
|
||||
*/
|
||||
sync_proc_subproc.init ("sync_proc_subproc");
|
||||
|
||||
create_signal_arrived ();
|
||||
|
||||
hwait_sig = new cygthread (wait_sig, cygself, "sig");
|
||||
hwait_sig->zap_h ();
|
||||
|
||||
|
Reference in New Issue
Block a user