diff options
author | antony@ppcg5.local <> | 2007-02-06 15:19:01 -0800 |
---|---|---|
committer | antony@ppcg5.local <> | 2007-02-06 15:19:01 -0800 |
commit | 18ce758819212e1f835b2e4c8e0c74dc7b7e21ce (patch) | |
tree | b1dde06300841f5e2f521be9fa0ea79628c49113 /mysys/my_thr_init.c | |
parent | b4445664121219789c994d01fe9adf277404b245 (diff) | |
download | mariadb-git-18ce758819212e1f835b2e4c8e0c74dc7b7e21ce.tar.gz |
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
Diffstat (limited to 'mysys/my_thr_init.c')
-rw-r--r-- | mysys/my_thr_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index 67ab1e4a38a..abacc7bc004 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -47,6 +47,8 @@ pthread_mutexattr_t my_fast_mutexattr; pthread_mutexattr_t my_errorcheck_mutexattr; #endif +uint thd_lib_detected; + #ifdef NPTL_PTHREAD_EXIT_BUG /* see my_pthread.h */ /* |