mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 03:49:33 +08:00
win32-threads.h (_Jv_Thread_t): Explicitly name the struct.
2006-07-23 Mohan Embar <gnustuff@thisiscool.com> * include/win32-threads.h (_Jv_Thread_t): Explicitly name the struct. From-SVN: r115701
This commit is contained in:
parent
4fec64b07b
commit
68ea48ea13
@ -1,3 +1,8 @@
|
||||
2006-07-23 Mohan Embar <gnustuff@thisiscool.com>
|
||||
|
||||
* include/win32-threads.h (_Jv_Thread_t): Explicitly
|
||||
name the struct.
|
||||
|
||||
2006-07-23 Mohan Embar <gnustuff@thisiscool.com>
|
||||
|
||||
* jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user