From: Mohan Embar Date: Mon, 24 Jul 2006 00:22:25 +0000 (+0000) Subject: win32-threads.h (_Jv_Thread_t): Explicitly name the struct. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68ea48ea13fcfc1041dab61021a42aaebdec7088;p=gcc.git win32-threads.h (_Jv_Thread_t): Explicitly name the struct. 2006-07-23 Mohan Embar * include/win32-threads.h (_Jv_Thread_t): Explicitly name the struct. From-SVN: r115701 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 93f2bd3efa1..9b4990d7371 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2006-07-23 Mohan Embar + + * include/win32-threads.h (_Jv_Thread_t): Explicitly + name the struct. + 2006-07-23 Mohan Embar * jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL diff --git a/libjava/include/win32-threads.h b/libjava/include/win32-threads.h index 4b306833156..0b22010ac8d 100644 --- a/libjava/include/win32-threads.h +++ b/libjava/include/win32-threads.h @@ -47,7 +47,7 @@ typedef struct } _Jv_Mutex_t; -typedef struct +typedef struct _Jv_Thread_t { int flags; // Flags are defined in implementation. HANDLE handle; // Actual handle to the thread