diff options
author | istruewing@chilla.local <> | 2007-01-29 18:47:46 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-01-29 18:47:46 +0100 |
commit | 42bd03e2547d9f7739c754619b9cde10cb05d1b4 (patch) | |
tree | d5baa9f433ccab67349d65f3e71a37dfb9ef45b2 /include/thr_alarm.h | |
parent | 45f61a06fbad3e41efcd4cd950a068e967a70bd3 (diff) | |
parent | 79e099e8a6e0ffa055e75b738f1dc67689eb03d8 (diff) | |
download | mariadb-git-42bd03e2547d9f7739c754619b9cde10cb05d1b4.tar.gz |
Merge chilla.local:/home/mydev/mysql-4.1-axmrg
into chilla.local:/home/mydev/mysql-5.0-axmrg
Diffstat (limited to 'include/thr_alarm.h')
-rw-r--r-- | include/thr_alarm.h | 5 |
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 |