Commit 2d2957c0 authored by unknown's avatar unknown
Browse files

Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c"...

Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c" and "mysys/my_pthread.c".


mysys/my_pthread.c:
  Break a double declare: "uint thr_client_alarm" is also declared in "mysys/thr_alarm.c", take it from there.
parent 2a221c80
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#endif

uint thd_lib_detected;
uint thr_client_alarm;

#ifndef my_pthread_setprio
void my_pthread_setprio(pthread_t thread_id,int prior)