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-17 04:15:31 +0400
committerChristopher Faylor <me@cgf.cx>2011-12-17 04:15:31 +0400
commit60cd6a7798d2d8de8d49fd10d7a6ec43183a7c58 (patch)
tree3b8cbac964d67103373a4191b7c2c2aa6b02df98 /winsup
parentca35d41cec77e095bf08cc48109210295b28cc08 (diff)
Fix formatting. Fix typo.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b5f5d82cf..fed985cf3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,8 +1,7 @@
2011-12-16 Christopher Faylor <me.cygwin2011@cgf.cx>
Implement fhandler reference counting.
- * cygheap.h
- (cygheap_fdmanip::release): Make virtual.
+ * cygheap.h (cygheap_fdmanip::release): Make virtual.
(cygheap_fdnew::~cygheap_fdnew): New destructor increments reference
count when fd has been allocated.
(cygheap_fdget::fh): New (old?) field.
@@ -99,7 +98,7 @@
* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go
to console.
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Add temporary
- kludge to work around problem of make closing a handler while it is
+ kludge to work around problem of make closing an fhandle while it is
being read.
* gendef (sigdelayed): Don't call a function if sig has been cleared.