summaryrefslogtreecommitdiff
path: root/mysys/my_pthread.c
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2006-04-16 01:50:25 -0700
committerunknown <brian@zim.(none)>2006-04-16 01:50:25 -0700
commit2623949e12a76935b365af2737634630461a61f7 (patch)
tree0302df0e47ad8749257dda529e671c3500a58983 /mysys/my_pthread.c
parentcc62983ca2be9fe0559d3f5a326bb7284c08c4cb (diff)
downloadmariadb-git-2623949e12a76935b365af2737634630461a61f7.tar.gz
This completes the work done in 5.0 to remove mit_pthread support (most was pulled in 5.0, but there were some pieces left in the tree)
include/my_global.h: mit_thread removal include/my_pthread.h: mit_thread removal mysys/my_file.c: mit_thread removal mysys/my_pthread.c: Removal of mit_thread mysys/my_thr_init.c: Removal of mit_thread
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r--mysys/my_pthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c
index 9a1810b9c1d..b8eeb0a3f3f 100644
--- a/mysys/my_pthread.c
+++ b/mysys/my_pthread.c
@@ -24,7 +24,7 @@
#include <m_string.h>
#include <thr_alarm.h>
-#if (defined(__BSD__) || defined(_BSDI_VERSION)) && !defined(HAVE_mit_thread)
+#if (defined(__BSD__) || defined(_BSDI_VERSION))
#define SCHED_POLICY SCHED_RR
#else
#define SCHED_POLICY SCHED_OTHER
@@ -190,7 +190,7 @@ struct tm *gmtime_r(const time_t *clock, struct tm *res)
** Author: Gary Wisniewski <garyw@spidereye.com.au>, much modified by Monty
****************************************************************************/
-#if !defined(HAVE_SIGWAIT) && !defined(HAVE_mit_thread) && !defined(sigwait) && !defined(__WIN__) && !defined(HAVE_rts_threads) && !defined(HAVE_NONPOSIX_SIGWAIT) && !defined(HAVE_DEC_3_2_THREADS)
+#if !defined(HAVE_SIGWAIT) && !defined(sigwait) && !defined(__WIN__) && !defined(HAVE_rts_threads) && !defined(HAVE_NONPOSIX_SIGWAIT) && !defined(HAVE_DEC_3_2_THREADS)
#if !defined(DONT_USE_SIGSUSPEND)