summaryrefslogtreecommitdiff
path: root/mysys/my_pthread.c
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-02-02 10:01:44 +0100
committerunknown <istruewing@chilla.local>2007-02-02 10:01:44 +0100
commit5305cd7caf74919b1da4413a9923da1c0ff00734 (patch)
tree2095b794c691b09421ab1f466b8228a82ff2ec7e /mysys/my_pthread.c
parent5698114c979810308920e24225b4553aeb4a65da (diff)
downloadmariadb-git-5305cd7caf74919b1da4413a9923da1c0ff00734.tar.gz
After merge fix
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r--mysys/my_pthread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c
index 09685ba3e12..14ba6aabf0e 100644
--- a/mysys/my_pthread.c
+++ b/mysys/my_pthread.c
@@ -31,7 +31,6 @@
#endif
uint thd_lib_detected;
-uint thr_client_alarm;
#ifndef my_pthread_setprio
void my_pthread_setprio(pthread_t thread_id,int prior)
@@ -319,8 +318,6 @@ void sigwait_handle_sig(int sig)
pthread_mutex_unlock(&LOCK_sigwait);
}
-extern pthread_t alarm_thread;
-
void *sigwait_thread(void *set_arg)
{
sigset_t *set=(sigset_t*) set_arg;