aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-03-16 14:46:16 +1100
committerTimothy Arceri <[email protected]>2017-03-16 14:48:09 +1100
commit643b0fd7e9269280b7ae0fc5c0e75c32597aa120 (patch)
treeff024bf95ee68c2ae5b78f813de7b10352ea646d /src
parentc83562ccaa5f4bd42f4f59c519b48faeb295e354 (diff)
mesa: fix glthread build issues on platforms without PTHREAD
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/glthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/glthread.h b/src/mesa/main/glthread.h
index 327c549858c..9ba89d10917 100644
--- a/src/mesa/main/glthread.h
+++ b/src/mesa/main/glthread.h
@@ -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)
{
}