Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-05 08:53:17 +0400
committerChristopher Faylor <me@cgf.cx>2000-10-05 08:53:17 +0400
commita5855dc3417cadce2aa4a356354817870487319d (patch)
tree14021b19401aa2bf546f585d2296dd2cc197002a /winsup/cygwin/sigproc.h
parent1daf97f97e2a27936ca27db303000b7ea4bc80d6 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r--winsup/cygwin/sigproc.h2
1 files changed, 1 insertions, 1 deletions
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[];