mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user