From a5855dc3417cadce2aa4a356354817870487319d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 5 Oct 2000 04:53:17 +0000 Subject: * 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. --- winsup/cygwin/sigproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.h') diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 9dd3ce8ca..b852d278d 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -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[]; -- cgit v1.2.3