4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-19 07:22:14 +08:00

clarify entry

This commit is contained in:
Christopher Faylor 2011-12-19 00:15:24 +00:00
parent 6e6193cd23
commit 9d69c75f6e

View File

@ -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.