From: Christopher Faylor Date: Sun, 23 Nov 2003 05:42:47 +0000 (+0000) Subject: * sigproc.cc (sig_send): Correct below checkin. Use X-Git-Tag: pre-sigrewrite~31 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0af8d6110b3d3072e9fd8431770e929ef13ebf1a;p=newlib-cygwin.git * sigproc.cc (sig_send): Correct below checkin. Use thisframe.call_signal_handler. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d861cf088..8a114de15 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2003-11-23 Christopher Faylor + + * sigproc.cc (sig_send): Correct below checkin. Use + thisframe.call_signal_handler. + 2003-11-23 Christopher Faylor * sigproc.cc (proc_exists): A zombie process does not exist. diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 0578cad8c..cecbe70c3 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -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)