mapi: Fix a warning in !THREADS build.

It should be u_thread_self, not _glthread_GetID.
This commit is contained in:
Chia-I Wu 2010-12-12 17:56:49 +08:00
parent bf8242684a
commit 1c01bedb02

View file

@ -222,7 +222,7 @@ u_tsd_set(struct u_tsd *tsd, void *ptr)
*/
unsigned long
_glthread_GetID(void)
u_thread_self(void)
{
return 0;
}