diff options
Diffstat (limited to 'glx/glapi.c')
-rw-r--r-- | glx/glapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/glapi.c b/glx/glapi.c index 62597e469..fa3808e4d 100644 --- a/glx/glapi.c +++ b/glx/glapi.c @@ -243,7 +243,7 @@ str_dup(const char *str) * We should call this periodically from a function such as glXMakeCurrent * in order to test if multiple threads are being used. */ -void +PUBLIC void _glapi_check_multithread(void) { #if defined(THREADS) && !defined(GLX_USE_TLS) |