* sigproc.cc (sig_send): Correct below checkin. Use
thisframe.call_signal_handler.
This commit is contained in:
parent
0670609d12
commit
0af8d6110b
winsup/cygwin
@ -1,3 +1,8 @@
|
||||
2003-11-23 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* sigproc.cc (sig_send): Correct below checkin. Use
|
||||
thisframe.call_signal_handler.
|
||||
|
||||
2003-11-23 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* sigproc.cc (proc_exists): A zombie process does not exist.
|
||||
|
@ -790,7 +790,7 @@ sig_send (_pinfo *p, int sig, DWORD ebp, bool exception)
|
||||
}
|
||||
|
||||
if (wait_for_completion)
|
||||
call_signal_handler_now ();
|
||||
thisframe.call_signal_handler ();
|
||||
|
||||
out:
|
||||
if (sig != __SIGPENDING)
|
||||
|
Loading…
x
Reference in New Issue
Block a user