diff options
author | Timothy Arceri <[email protected]> | 2017-03-16 14:46:16 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-16 14:48:09 +1100 |
commit | 643b0fd7e9269280b7ae0fc5c0e75c32597aa120 (patch) | |
tree | ff024bf95ee68c2ae5b78f813de7b10352ea646d /src | |
parent | c83562ccaa5f4bd42f4f59c519b48faeb295e354 (diff) |
mesa: fix glthread build issues on platforms without PTHREAD
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/glthread.h | 2 |
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) { } |