win32-threads.h (_Jv_Thread_t): Explicitly name the struct.
authorMohan Embar <gnustuff@thisiscool.com>
Mon, 24 Jul 2006 00:22:25 +0000 (00:22 +0000)
committerMohan Embar <membar@gcc.gnu.org>
Mon, 24 Jul 2006 00:22:25 +0000 (00:22 +0000)
2006-07-23  Mohan Embar  <gnustuff@thisiscool.com>

* include/win32-threads.h (_Jv_Thread_t): Explicitly
name the struct.

From-SVN: r115701

libjava/ChangeLog
libjava/include/win32-threads.h

index 93f2bd3efa151affbf37db975f06e781a2a36830..9b4990d737182dbca1ea846fe5a7e2b597c41484 100644 (file)
@@ -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
index 4b3068331565ad12800ec9c9f409b39924a2ded5..0b22010ac8d4e879b51286c6c224ef1b5ff6b5ff 100644 (file)
@@ -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