gallium: s/_glthread_Cond/unsigned/ in p_thread.h

This commit is contained in:
Brian Paul 2008-08-27 08:46:29 -06:00
parent da66a7640d
commit d29cf58b1d

View 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