summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog6
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.