From 1c01bedb02617d8c0ff208b39d11e50fd1051430 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sun, 12 Dec 2010 17:56:49 +0800 Subject: mapi: Fix a warning in !THREADS build. It should be u_thread_self, not _glthread_GetID. --- src/mapi/mapi/u_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi') diff --git a/src/mapi/mapi/u_thread.c b/src/mapi/mapi/u_thread.c index e9eae55364..138db47b5c 100644 --- a/src/mapi/mapi/u_thread.c +++ b/src/mapi/mapi/u_thread.c @@ -222,7 +222,7 @@ u_tsd_set(struct u_tsd *tsd, void *ptr) */ unsigned long -_glthread_GetID(void) +u_thread_self(void) { return 0; } -- cgit v1.2.3