summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-01-29 18:47:46 +0100
committerunknown <istruewing@chilla.local>2007-01-29 18:47:46 +0100
commit1042a25a7fe0ecb94af989524796b4619ba31751 (patch)
treed5baa9f433ccab67349d65f3e71a37dfb9ef45b2 /include/thr_alarm.h
parent92a7c1ed9c6dec1fee17a830fdabe9272d6692bd (diff)
parentd308799383bdbcaad568c9844b34708462dd74e7 (diff)
downloadmariadb-git-1042a25a7fe0ecb94af989524796b4619ba31751.tar.gz
Merge chilla.local:/home/mydev/mysql-4.1-axmrg
into chilla.local:/home/mydev/mysql-5.0-axmrg BUILD/SETUP.sh: Auto merged configure.in: Auto merged include/my_global.h: Auto merged include/thr_alarm.h: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/symlink.result: Auto merged mysql-test/t/myisam.test: Auto merged mysql-test/t/symlink.test: Auto merged mysys/my_pthread.c: Auto merged sql/item_func.cc: Auto merged include/my_pthread.h: Manual merged mysql-test/r/myisam.result: Manual merged mysys/thr_alarm.c: Manual merged sql/ha_ndbcluster.cc: Manual merged sql/mysqld.cc: Manual merged
Diffstat (limited to 'include/thr_alarm.h')
-rw-r--r--include/thr_alarm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/thr_alarm.h b/include/thr_alarm.h
index db3091fb8d0..fb7b9762b10 100644
--- a/include/thr_alarm.h
+++ b/include/thr_alarm.h
@@ -24,11 +24,6 @@ extern "C" {
#ifndef USE_ALARM_THREAD
#define USE_ONE_SIGNAL_HAND /* One must call process_alarm */
#endif
-#ifdef HAVE_LINUXTHREADS
-#define THR_CLIENT_ALARM SIGALRM
-#else
-#define THR_CLIENT_ALARM SIGUSR1
-#endif
#ifdef HAVE_rts_threads
#undef USE_ONE_SIGNAL_HAND
#define USE_ALARM_THREAD