diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-01 20:52:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-01 20:52:00 +0000 |
commit | 8b3c84227f37ec82a7e5ffe1d32349546b56a5f2 (patch) | |
tree | 08072c35cee488abf15cad8ce8b8689dc9f2149a /winsup/cygwin/ChangeLog | |
parent | b5342210808abbb0a9fc3d27f324b6951435e92c (diff) | |
download | cygnal-8b3c84227f37ec82a7e5ffe1d32349546b56a5f2.tar.gz cygnal-8b3c84227f37ec82a7e5ffe1d32349546b56a5f2.tar.bz2 cygnal-8b3c84227f37ec82a7e5ffe1d32349546b56a5f2.zip |
* exceptions.cc (handle_exceptions): Translate a guard page exception to a
"SIGBUS".
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8f922455a..0594a4e87 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2005-12-01 Christopher Faylor <cgf@timesys.com> + + * exceptions.cc (handle_exceptions): Translate a guard page exception + to a "SIGBUS". + 2005-12-01 Corinna Vinschen <corinna@vinschen.de> * mmap.cc: Make debug output more consistently. Fix some comments. |