Browse Source

Fixed MacOSX/Intel linking problem

Common symbols with and without initialization
 cause the apple linker to exclude then from the
 list of global symbols.
pull/374/head
unknown 19 years ago
parent
commit
e307a46caf
  1. 2
      mysys/my_pthread.c

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

Loading…
Cancel
Save