diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-05 04:53:17 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-05 04:53:17 +0000 |
commit | a5855dc3417cadce2aa4a356354817870487319d (patch) | |
tree | 14021b19401aa2bf546f585d2296dd2cc197002a /winsup/cygwin/sigproc.h | |
parent | 1daf97f97e2a27936ca27db303000b7ea4bc80d6 (diff) | |
download | newlib-a5855dc3417cadce2aa4a356354817870487319d.zip newlib-a5855dc3417cadce2aa4a356354817870487319d.tar.gz newlib-a5855dc3417cadce2aa4a356354817870487319d.tar.bz2 |
* 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 9dd3ce8..b852d27 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[]; |