mesa: Rename GLX_USE_TLS to USE_ELF_TLS.
These days it is not GLX only and it does not work with all TLS implementations. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -102,7 +102,7 @@ struct glx_context dummyContext = {
|
||||
};
|
||||
__thread void *__glX_tls_Context = &dummyContext;
|
||||
|
||||
#if !defined(GLX_USE_TLS)
|
||||
#if !defined(USE_ELF_TLS)
|
||||
extern "C" struct glx_context *
|
||||
__glXGetCurrentContext()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user