diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-30 02:19:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-30 02:19:45 +0000 |
commit | b63ba3b6aaa71856f1d01cfc235c4d11b3e3ad8f (patch) | |
tree | 5f2a16b204aa3c865a74b3770aa0cb8e185323fb /winsup/cygwin/sigproc.h | |
parent | f3a1e23eb385bdf9dd71676aebb9b64cf617ec7a (diff) | |
download | cygnal-b63ba3b6aaa71856f1d01cfc235c4d11b3e3ad8f.tar.gz cygnal-b63ba3b6aaa71856f1d01cfc235c4d11b3e3ad8f.tar.bz2 cygnal-b63ba3b6aaa71856f1d01cfc235c4d11b3e3ad8f.zip |
* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location
rather than the actual stack pointer.
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r-- | winsup/cygwin/sigproc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 834a569b2..f55618b67 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -86,6 +86,8 @@ void __stdcall sigalloc (); extern char myself_nowait_dummy[]; +extern struct sigaction *global_sigs; + #define WAIT_SIG_PRIORITY THREAD_PRIORITY_TIME_CRITICAL #define myself_nowait ((_pinfo *)myself_nowait_dummy) |