From b63ba3b6aaa71856f1d01cfc235c4d11b3e3ad8f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 30 Nov 2003 02:19:45 +0000 Subject: * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location rather than the actual stack pointer. --- winsup/cygwin/sigproc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/sigproc.h') 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) -- cgit v1.2.3