From cba63823f808a747ad762d3a8d5a4d8ef6890e54 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 27 Apr 2001 18:50:59 +0000 Subject: * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent structure of newlib. * sigproc.h (sig_send): Add exception parameter to sig_send. * sigproc.cc (sig_send): Ditto. Use it when setting frame info. * exceptions.cc (handle_exceptions): Use exception flag when calling sig_send. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 03e00ea4a..8cd60a8d5 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -532,7 +532,7 @@ handle_exceptions (EXCEPTION_RECORD *e, void *, CONTEXT *in, void *) signal_exit (0x80 | sig); // Flag signal + core dump } - sig_send (NULL, sig, (DWORD) ebp); // Signal myself + sig_send (NULL, sig, (DWORD) ebp, 1); // Signal myself return 0; } #endif /* __i386__ */ -- cgit v1.2.3