summaryrefslogtreecommitdiff
path: root/glx/glthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'glx/glthread.h')
-rw-r--r--glx/glthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/glthread.h b/glx/glthread.h
index 28793fcc7..140e2aa8e 100644
--- a/glx/glthread.h
+++ b/glx/glthread.h
@@ -233,7 +233,7 @@ _glthread_SetTSD(_glthread_TSD *, void *);
#if defined(GLX_USE_TLS)
-extern __thread struct _glapi_table * _glapi_tls_Dispatch
+extern TLS struct _glapi_table * _glapi_tls_Dispatch
__attribute__((tls_model("initial-exec")));
#define GET_DISPATCH() _glapi_tls_Dispatch