diff options
| author | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-24 00:22:25 +0000 |
|---|---|---|
| committer | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-24 00:22:25 +0000 |
| commit | e8419bc50555272d1227e10a94f430382b6a8ad8 (patch) | |
| tree | 484bc1fc6a3867b71fd4847f1e3509b8bd5ae00c /libjava/include | |
| parent | 9b09a38b97072222fcf6a2840450c7461680abd3 (diff) | |
| download | ppe42-gcc-e8419bc50555272d1227e10a94f430382b6a8ad8.tar.gz ppe42-gcc-e8419bc50555272d1227e10a94f430382b6a8ad8.zip | |
2006-07-23 Mohan Embar <gnustuff@thisiscool.com>
* include/win32-threads.h (_Jv_Thread_t): Explicitly
name the struct.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115701 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/win32-threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

