mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 03:58:19 +02:00
mapi: Fix a warning in !THREADS build.
It should be u_thread_self, not _glthread_GetID.
This commit is contained in:
parent
bf8242684a
commit
1c01bedb02
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ u_tsd_set(struct u_tsd *tsd, void *ptr)
|
|||
*/
|
||||
|
||||
unsigned long
|
||||
_glthread_GetID(void)
|
||||
u_thread_self(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue