diff options
author | Christopher Faylor <me@cgf.cx> | 2008-03-02 23:11:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-03-02 23:11:00 +0000 |
commit | 003b55e3def3e708930b59f7b80a85bed6409407 (patch) | |
tree | 924cf46142ad0ec4b256db62eee441f63221e703 | |
parent | 6452eb1f2a1f04e8336b94f822f5f2710922ef33 (diff) | |
download | cygnal-003b55e3def3e708930b59f7b80a85bed6409407.tar.gz cygnal-003b55e3def3e708930b59f7b80a85bed6409407.tar.bz2 cygnal-003b55e3def3e708930b59f7b80a85bed6409407.zip |
fix typo
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 344ae6d55..0e0cc3cd1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -3,7 +3,7 @@ * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making only ourselves the exception handler and nothing else. * exceptions.cc (open_stackdumpfile): Use correct format specifiers for - unicode when printing nameof stackdump file. + unicode when printing the name of the stackdump file. (stack_info::walk): Stop walking if ebp points into cygwin itself. (_cygtls::handle_exceptions): Detect when signal is masked and treat as if it was not caught. Reinitialize exception handler to known state to |