mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Fixed MacOSX/Intel linking problem
Common symbols with and without initialization cause the apple linker to exclude then from the list of global symbols.
This commit is contained in:
parent
47e537b47c
commit
35a84c0aa6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue