* sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthread
change.
This commit is contained in:
parent
e6e55ca6a2
commit
6f96c53642
|
@ -1,3 +1,8 @@
|
|||
2005-09-24 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* sigproc.cc (sigproc_terminate): More reversion of
|
||||
always-exit-from-sigthread change.
|
||||
|
||||
2005-09-23 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* shared.cc (open_shared): Add crucial bit of debugging info.
|
||||
|
|
|
@ -497,10 +497,7 @@ sigproc_terminate (exit_states es)
|
|||
else
|
||||
{
|
||||
sigproc_printf ("entering");
|
||||
siginfo_t si;
|
||||
memset (&si, 0, sizeof (si));
|
||||
si.si_signo = __SIGEXIT;
|
||||
sig_send (myself_nowait, si, &_my_tls);
|
||||
sig_send (myself_nowait, __SIGEXIT);
|
||||
proc_terminate (); // clean up process stuff
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue