]> sourceware.org Git - newlib-cygwin.git/commitdiff
* sigproc.cc (sig_send): Correct below checkin. Use
authorChristopher Faylor <me@cgf.cx>
Sun, 23 Nov 2003 05:42:47 +0000 (05:42 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 23 Nov 2003 05:42:47 +0000 (05:42 +0000)
thisframe.call_signal_handler.

winsup/cygwin/ChangeLog
winsup/cygwin/sigproc.cc

index d861cf088df40114c9a69b6f633476a5c038020b..8a114de150977e63f419d3d497efc1f0bf49f9d4 100644 (file)
@@ -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.
index 0578cad8ce582b5b06b5834a96bc65e1c71ed638..cecbe70c325a7b4c42544055f7744da2987f722a 100644 (file)
@@ -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)
This page took 0.037176 seconds and 5 git commands to generate.