Commit aa59e423 authored by joerg@trift2.'s avatar joerg@trift2.
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".
parent dd745750
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)