diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-14 02:52:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-14 02:52:29 +0000 |
commit | dff01e3aa807bbe668dcb16dbf8dc2df954340c6 (patch) | |
tree | 2c627b9696f569fcbb5b92ef3c915376149a664b /winsup/cygwin/ChangeLog | |
parent | 6a25a6219caebc2d91d4b22f912ce0e3c86bd8ff (diff) | |
download | newlib-dff01e3aa807bbe668dcb16dbf8dc2df954340c6.zip newlib-dff01e3aa807bbe668dcb16dbf8dc2df954340c6.tar.gz newlib-dff01e3aa807bbe668dcb16dbf8dc2df954340c6.tar.bz2 |
* exceptions.cc (try_to_debug): Don't reset priority when returning from
non-waitloop call.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5c5e44c..4c36e54 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-02-13 Christopher Faylor <cgf@redhat.com> + + * exceptions.cc (try_to_debug): Don't reset priority when returning + from non-waitloop call. 2003-02-13 Vaclav Haisman <V.Haisman@sh.cvut.cz> Christopher Faylor <cgf@redhat.com> |