mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
mesa: fix glthread build issues on platforms without PTHREAD
This commit is contained in:
parent
c83562ccaa
commit
643b0fd7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue