mesa: fix glthread build issues on platforms without PTHREAD

This commit is contained in:
Timothy Arceri 2017-03-16 14:46:16 +11:00
parent c83562ccaa
commit 643b0fd7e9

View file

@ -141,7 +141,7 @@ _mesa_glthread_finish(struct gl_context *ctx)
}
static inline void
_mesa_glthread_restore_dispatch(struct gl_context *ctx);
_mesa_glthread_restore_dispatch(struct gl_context *ctx)
{
}