diff options
author | Keith Seitz <keiths@redhat.com> | 2006-06-26 17:59:42 +0000 |
---|---|---|
committer | Keith Seitz <kseitz@gcc.gnu.org> | 2006-06-26 17:59:42 +0000 |
commit | 49799ad34ff49b5cd5bad788b4f6fafd2ce44d08 (patch) | |
tree | 45c3bb3ae5021c15f5c6b3a990fd245c60414894 /libjava/posix-threads.cc | |
parent | 9330cba6e3eb902fd41f3bcb40c9ff063cd83556 (diff) | |
download | gcc-49799ad34ff49b5cd5bad788b4f6fafd2ce44d08.tar.gz |
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
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r-- | libjava/posix-threads.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc index 305b51a50d1..7d35e518689 100644 --- a/libjava/posix-threads.cc +++ b/libjava/posix-threads.cc @@ -506,17 +506,17 @@ _Jv_ThreadWait (void) } void -_Jv_ThreadDebugSuspend (_Jv_Thread_t* data) +_Jv_ThreadDebugSuspend (_Jv_Thread_t *data) { } void -_Jv_ThreadDebugResume (_Jv_Thread_t* data) +_Jv_ThreadDebugResume (_Jv_Thread_t *data) { } jint -_Jv_ThreadDebugSuspendCount (_Jv_Thread_t* data) +_Jv_ThreadDebugSuspendCount (_Jv_Thread_t *data) { return -1; } |