Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-23 08:42:47 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-23 08:42:47 +0300
commit0af8d6110b3d3072e9fd8431770e929ef13ebf1a (patch)
tree81d02f3df9a243de62716ab6481ccc05acc18f23 /winsup/cygwin/sigproc.cc
parent0670609d125cd894485cc965d17e0df3c0dc46dc (diff)
* sigproc.cc (sig_send): Correct below checkin. Use
thisframe.call_signal_handler.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 1 insertions, 1 deletions
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)