1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

thd_lib_detected moved so that it is correctly declared as a data

section symbol and not a common symbol on gcc 4.0.1 on darwin 8.8.0
PowerPC MacOS X 10.4.8
This commit is contained in:
antony@ppcg5.local
2007-02-06 15:19:01 -08:00
parent b444566412
commit 18ce758819
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#define SCHED_POLICY SCHED_OTHER #define SCHED_POLICY SCHED_OTHER
#endif #endif
uint thd_lib_detected;
#ifndef my_pthread_setprio #ifndef my_pthread_setprio
void my_pthread_setprio(pthread_t thread_id,int prior) void my_pthread_setprio(pthread_t thread_id,int prior)

View File

@ -47,6 +47,8 @@ pthread_mutexattr_t my_fast_mutexattr;
pthread_mutexattr_t my_errorcheck_mutexattr; pthread_mutexattr_t my_errorcheck_mutexattr;
#endif #endif
uint thd_lib_detected;
#ifdef NPTL_PTHREAD_EXIT_BUG /* see my_pthread.h */ #ifdef NPTL_PTHREAD_EXIT_BUG /* see my_pthread.h */
/* /*