remove unneeded white space

This commit is contained in:
Christopher Faylor 2002-06-21 05:01:56 +00:00
parent 7c02f861e3
commit d70b993fe2
1 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@
2002-06-10 Robert Collins <rbtcollins@hotmail.com> 2002-06-10 Robert Collins <rbtcollins@hotmail.com>
* thread.cc: Variation of a patch from Thomas Pffaf. * 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 (__pthread_join): Change order of error checks, and lock against
join/detach/exit races. join/detach/exit races.
(__pthread_exit): Lock object against join/detach/exit races. (__pthread_exit): Lock object against join/detach/exit races.