summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-09-20 04:58:36 +0000
committerChristopher Faylor <me@cgf.cx>2004-09-20 04:58:36 +0000
commite58412a2a028e269d8b5149aff8bc8520081d177 (patch)
tree589659393d9639bee278deb076c7986fde496e71 /winsup/cygwin/ChangeLog
parentf777a1d0541bb3aa124f5a9261142beb3f155d26 (diff)
downloadcygnal-e58412a2a028e269d8b5149aff8bc8520081d177.tar.gz
cygnal-e58412a2a028e269d8b5149aff8bc8520081d177.tar.bz2
cygnal-e58412a2a028e269d8b5149aff8bc8520081d177.zip
* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwin
function to avoid a probably erroneous stack walk.
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 b567cfae5..713972952 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-20 Christopher Faylor <cgf@timesys.com>
+
+ * exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwin
+ function to avoid a probably erroneous stack walk.
+
2004-09-17 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (unlink): Don't use "delete on close" on remote shares.