diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-30 02:21:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-30 02:21:04 +0000 |
commit | fcac3491660e47bc402f4c7d556e8fead97628ca (patch) | |
tree | a10e06ffe75d0e8669b85ba8ec0bc107c0ec359f /winsup | |
parent | b63ba3b6aaa71856f1d01cfc235c4d11b3e3ad8f (diff) | |
download | cygnal-fcac3491660e47bc402f4c7d556e8fead97628ca.tar.gz cygnal-fcac3491660e47bc402f4c7d556e8fead97628ca.tar.bz2 cygnal-fcac3491660e47bc402f4c7d556e8fead97628ca.zip |
* pinfo.h: Remove global_sigs declaration.
* siginfo.h: Move global_sigs declaration here.
* Makefile.in: Remove duplicate compiler flag.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index eac4aa6df..bc491a255 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2003-11-29 Christopher Faylor <cgf@redhat.com> + * pinfo.h: Remove global_sigs declaration. + * siginfo.h: Move global_sigs declaration here. + * Makefile.in: Remove duplicate compiler flag. + +2003-11-29 Christopher Faylor <cgf@redhat.com> + * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location rather than the actual stack pointer. |