From 60cd6a7798d2d8de8d49fd10d7a6ec43183a7c58 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 17 Dec 2011 00:15:31 +0000 Subject: [PATCH] Fix formatting. Fix typo. --- winsup/cygwin/ChangeLog | 5 ++--- 1 file 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 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.