diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-12-27 20:23:48 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-12-27 20:23:48 +0000 |
commit | de6c4c6a5f5743392ed7b2935c9dbd41365e10ae (patch) | |
tree | fb276f5178c1c623c8ff543987d51e05d8ae99a0 | |
parent | a5912e6dbcd831d1d15c161d252c19ceea45f913 (diff) | |
download | newlib-de6c4c6a5f5743392ed7b2935c9dbd41365e10ae.zip newlib-de6c4c6a5f5743392ed7b2935c9dbd41365e10ae.tar.gz newlib-de6c4c6a5f5743392ed7b2935c9dbd41365e10ae.tar.bz2 |
* ChangeLog: Add linebreaks.
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 82e9ba5..4707963 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -54,10 +54,12 @@ * pinfo.cc (_onreturn::dummy_handle): Remove. (_onreturn::h): Make this a pointer. - (_onreturn::~_onreturn): Detect whether pointer is NULL rather than value is NULL. + (_onreturn::~_onreturn): Detect whether pointer is NULL rather than + value is NULL. (_onreturn::_onreturn): Set h to NULL initially. (_onreturn::no_close_p_handle): Set h to NULL. - (winpids::add): Initialize onreturn with value from p.hProcess immediately. + (winpids::add): Initialize onreturn with value from p.hProcess + immediately. 2005-12-22 Christopher Faylor <cgf@timesys.com> |