Fix a linkage problem with the previous patch for "thr_client_alarm".

This commit is contained in:
joerg@trift2. 2007-02-12 20:13:34 +01:00
parent aa59e423d7
commit 0ba571bac3
2 changed files with 1 additions and 1 deletions

View file

@ -32,6 +32,7 @@
#endif
uint thd_lib_detected;
uint thr_client_alarm;
#ifndef my_pthread_setprio
void my_pthread_setprio(pthread_t thread_id,int prior)

View file

@ -37,7 +37,6 @@
#define ETIME ETIMEDOUT
#endif
uint thr_client_alarm;
static int alarm_aborted=1; /* No alarm thread */
my_bool thr_alarm_inited= 0;
volatile my_bool alarm_thread_running= 0;