summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d2ada0674..e4a8d3423 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2003-12-14 Christopher Faylor <cgf@redhat.com>
+ * exceptions.cc (ctrl_c_handler): Remove this thread from the signal
+ handler chain.
+
+2003-12-14 Christopher Faylor <cgf@redhat.com>
+
* cygthread.cc (cygthread::stub): Revert previous change and again
subsume cygthread::stub2. Just return from function now since
ExitThread is guaranteed by automatic _threadinfo wrapper. Define as