gallium: s/_glthread_Cond/unsigned/ in p_thread.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Aug 2008 14:46:29 +0000 (08:46 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Aug 2008 14:46:29 +0000 (08:46 -0600)
src/gallium/include/pipe/p_thread.h

index 54081f0..9ae7db2 100644 (file)
@@ -137,7 +137,7 @@ typedef unsigned pipe_tsd;
    (void) mutex
 
 #define pipe_static_condvar(condvar) \
-   static _glthread_Cond condvar = 0
+   static unsigned condvar = 0
 
 #define pipe_condvar_init(condvar) \
    (void) condvar