From e307a46caf50fcce16ae0e3474adb5f4df21c644 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 12 Feb 2007 16:02:53 +0200 Subject: Fixed MacOSX/Intel linking problem Common symbols with and without initialization cause the apple linker to exclude then from the list of global symbols. --- mysys/my_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/my_pthread.c') diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index b9da9d4817a..0422e0c6512 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -29,7 +29,7 @@ #define SCHED_POLICY SCHED_OTHER #endif -uint thd_lib_detected; +uint thd_lib_detected= 0; #ifndef my_pthread_setprio void my_pthread_setprio(pthread_t thread_id,int prior) -- cgit v1.2.1