summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/my_pthread.h1
-rw-r--r--include/thr_alarm.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 66a28ec5654..6b97d87ab7d 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -698,7 +698,6 @@ extern uint my_thread_end_wait_time;
#define THD_LIB_LT 4
extern uint thd_lib_detected;
-extern uint thr_client_alarm;
/* statistics_xxx functions are for not essential statistic */
diff --git a/include/thr_alarm.h b/include/thr_alarm.h
index f5e73fc2b7a..13940e88c08 100644
--- a/include/thr_alarm.h
+++ b/include/thr_alarm.h
@@ -85,6 +85,7 @@ typedef struct st_alarm {
} ALARM;
extern uint thr_client_alarm;
+extern pthread_t alarm_thread;
#define thr_alarm_init(A) (*(A))=0
#define thr_alarm_in_use(A) (*(A)!= 0)