summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glthread.h
diff options
context:
space:
mode:
authorAlan Hourihane <[email protected]>2008-09-11 17:59:58 +0100
committerAlan Hourihane <[email protected]>2008-09-11 17:59:58 +0100
commit5835d7e5735a8df05e9762f5922e412e17d5c525 (patch)
tree14b59a5d3b088c90d6efa4043272a9b4390c1194 /src/mesa/glapi/glthread.h
parent47ad296a183929c2007c35c60d722b4ac680417d (diff)
tree builds
Diffstat (limited to 'src/mesa/glapi/glthread.h')
-rw-r--r--src/mesa/glapi/glthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/glapi/glthread.h b/src/mesa/glapi/glthread.h
index 7f81023a390..ad2a63584b7 100644
--- a/src/mesa/glapi/glthread.h
+++ b/src/mesa/glapi/glthread.h
@@ -299,11 +299,11 @@ typedef benaphore _glthread_Mutex;
* THREADS not defined
*/
-typedef int _glthread_TSD;
+typedef GLuint _glthread_TSD;
-typedef int _glthread_Thread;
+typedef GLuint _glthread_Thread;
-typedef int _glthread_Mutex;
+typedef GLuint _glthread_Mutex;
#define _glthread_DECLARE_STATIC_MUTEX(name) static _glthread_Mutex name = 0