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>2003-11-30 05:19:45 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-30 05:19:45 +0300
commitb63ba3b6aaa71856f1d01cfc235c4d11b3e3ad8f (patch)
tree5f2a16b204aa3c865a74b3770aa0cb8e185323fb /winsup/cygwin/pinfo.h
parentf3a1e23eb385bdf9dd71676aebb9b64cf617ec7a (diff)
* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location
rather than the actual stack pointer.
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index a8ca9f92f..1fd222bf5 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -26,8 +26,6 @@ enum picom
PICOM_FIFO = 2
};
-extern struct sigaction *global_sigs;
-
class _pinfo
{
public: