mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
mapi: Mark TLS symbols as optional in glapi-symbols.txt
Presence of these depends on whether or not we're using ELF TLS. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
This commit is contained in:
parent
932f51d593
commit
a725899c3f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,6 +15,6 @@ _glapi_set_context
|
|||
_glapi_set_dispatch
|
||||
_glapi_set_nop_handler
|
||||
_glapi_set_warning_func
|
||||
_glapi_tls_Context
|
||||
_glapi_tls_Dispatch
|
||||
(optional) _glapi_tls_Context
|
||||
(optional) _glapi_tls_Dispatch
|
||||
_glthread_GetID
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue