diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-21 05:01:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-21 05:01:56 +0000 |
commit | d70b993fe2e0b75724ed108cc44615362f8de019 (patch) | |
tree | 4cf07e6b5de20cf165d31e0c4d3f0fa3752d0516 | |
parent | 7c02f861e3512fac608b411cb5be43a41ba8735e (diff) | |
download | newlib-d70b993fe2e0b75724ed108cc44615362f8de019.zip newlib-d70b993fe2e0b75724ed108cc44615362f8de019.tar.gz newlib-d70b993fe2e0b75724ed108cc44615362f8de019.tar.bz2 |
remove unneeded white space
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index fc0b451..dc38755 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -13,7 +13,7 @@ 2002-06-19 Christopher Faylor <cgf@redhat.com> - Use hMainProc where appropriate, throughout. + Use hMainProc where appropriate, throughout. * environ.cc (spenv::retrieve): Add debugging statements. * pinfo.cc (set_myself): Don't call strace.hello if already stracing. @@ -273,7 +273,7 @@ 2002-06-10 Robert Collins <rbtcollins@hotmail.com> * thread.cc: Variation of a patch from Thomas Pffaf. - (__pthread_detach): Cleanup thread object if the thread has terminated. + (__pthread_detach): Cleanup thread object if the thread has terminated. (__pthread_join): Change order of error checks, and lock against join/detach/exit races. (__pthread_exit): Lock object against join/detach/exit races. |