posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.

* include/posix-threads.h: Fix coding style aberrations from
        2006-06-19 check-in.
        * posix-threads.cc (_Jv_ThreadDebugSuspend): Ditto.
        * include/win32-threads.h (_Jv_ThreadDebugSuspend): Ditto.
        * win32-threads.cc (_Jv_ThreadDebugSuspend): Ditto.

From-SVN: r115020
This commit is contained in:
Keith Seitz 2006-06-26 17:59:42 +00:00 committed by Keith Seitz
parent 9330cba6e3
commit 49799ad34f
5 changed files with 20 additions and 12 deletions

View File

@ -1,3 +1,11 @@
2006-06-26 Keith Seitz <keiths@redhat.com>
* include/posix-threads.h: Fix coding style aberrations from
2006-06-19 check-in.
* posix-threads.cc (_Jv_ThreadDebugSuspend): Ditto.
* include/win32-threads.h (_Jv_ThreadDebugSuspend): Ditto.
* win32-threads.cc (_Jv_ThreadDebugSuspend): Ditto.
2006-06-26 Keith Seitz <keiths@redhat.com>
* include/no-gc.h (_Jv_SuspendThread): Declare.