diff options
author | Christopher Faylor <me@cgf.cx> | 2011-12-19 00:15:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-12-19 00:15:24 +0000 |
commit | 9d69c75f6eff7e6ce0ec6d9df9a80c225c350116 (patch) | |
tree | aa7f7b234df0a58690e32046e5be376ce36b2bab | |
parent | 6e6193cd233de3975586d11a9c6d987afe19590e (diff) | |
download | newlib-9d69c75f6eff7e6ce0ec6d9df9a80c225c350116.zip newlib-9d69c75f6eff7e6ce0ec6d9df9a80c225c350116.tar.gz newlib-9d69c75f6eff7e6ce0ec6d9df9a80c225c350116.tar.bz2 |
clarify entry
-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 7bfdc5d..526ff12 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -56,7 +56,7 @@ (fhandler_base::close): Simplify paranoid debugging output. Set new isclosed() flag. (fhandler_base_overlapped::wait_overlapped): Use isclosed() flag to - avoid querying the exception handle. + avoid querying the overlapped structure. * fhandler.h (fhandler_base::_refcnt): New field. (fhandler_base::refcnt): New function. (fhandler_base::isclosed): Implement. |