* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal

thread.
* external.cc (fillout_pinfo): Fix compiler warning.
* sigproc.h: Eliminate special asm naming for sig_dispatch_pending.
* sigproc.cc (sig_send): Remove debugging statements.
This commit is contained in:
Christopher Faylor
2000-09-16 02:36:11 +00:00
parent cdfeaeb823
commit f9f2ed0e2b
5 changed files with 12 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ extern HANDLE signal_arrived;
extern HANDLE parent_alive;
BOOL __stdcall my_parent_is_alive ();
extern "C" int __stdcall sig_dispatch_pending (int force = FALSE) __asm__ ("sig_dispatch_pending");
extern "C" int __stdcall sig_dispatch_pending (int force = FALSE);
extern "C" void __stdcall set_process_mask (sigset_t newmask);
int __stdcall sig_handle (int);
void __stdcall sig_clear (int);