* exceptions.cc (interruptible): Add extra debugging.

* sigproc.h (wait_sig): Fill in frame pointer, by default, prior to calling or
suffer confusion due to September 7 change below.
This commit is contained in:
Christopher Faylor
2000-10-05 04:53:17 +00:00
parent 1daf97f97e
commit a5855dc341
4 changed files with 9 additions and 2 deletions

View File

@ -100,7 +100,7 @@ void __stdcall subproc_init ();
void __stdcall sigproc_terminate ();
BOOL __stdcall proc_exists (_pinfo *);
BOOL __stdcall pid_exists (pid_t);
int __stdcall sig_send (_pinfo *, int, DWORD ebp = 0);
int __stdcall sig_send (_pinfo *, int, DWORD ebp = (DWORD) __builtin_frame_address (0));
void __stdcall signal_fixup_after_fork ();
extern char myself_nowait_dummy[];