1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Portability fix to work around OS X -x86 toolchain bug with common (uninitialized data) symbols

This commit is contained in:
tsmith@quadxeon.mysql.com
2007-04-04 11:41:43 +02:00
parent f14c2448c3
commit a95aa68008

View File

@ -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)