Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-12-19 04:15:24 +0400
committerChristopher Faylor <me@cgf.cx>2011-12-19 04:15:24 +0400
commit9d69c75f6eff7e6ce0ec6d9df9a80c225c350116 (patch)
treeaa7f7b234df0a58690e32046e5be376ce36b2bab /winsup
parent6e6193cd233de3975586d11a9c6d987afe19590e (diff)
clarify entry
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 7bfdc5d80..526ff122c 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.