Mesa (master): mesa: fix glthread build issues on platforms without PTHREAD

Timothy Arceri tarceri at kemper.freedesktop.org
Thu Mar 16 03:48:20 UTC 2017


Module: Mesa
Branch: master
Commit: 643b0fd7e9269280b7ae0fc5c0e75c32597aa120
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=643b0fd7e9269280b7ae0fc5c0e75c32597aa120

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Thu Mar 16 14:46:16 2017 +1100

mesa: fix glthread build issues on platforms without PTHREAD

---

 src/mesa/main/glthread.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/glthread.h b/src/mesa/main/glthread.h
index 327c549..9ba89d1 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)
 {
 }
 




More information about the mesa-commit mailing list