summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-04-26 19:26:51 +0200
committerunknown <joerg@mysql.com>2005-04-26 19:26:51 +0200
commit3b2964c5c460fc81ea21aeb59303cd8beae73e1a (patch)
tree9db2bd2cfc64e175a0b5465c1ca47198f6086b4d /mysys
parent1faa742b86727245ad07e150be19670033adeee7 (diff)
parent98b911d53770d7a6b6b9df67f7a049d189a4aec1 (diff)
downloadmariadb-git-3b2964c5c460fc81ea21aeb59303cd8beae73e1a.tar.gz
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/M41/mysql-4.1 acinclude.m4: Auto merged configure.in: Auto merged
Diffstat (limited to 'mysys')
-rw-r--r--mysys/thr_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/thr_mutex.c b/mysys/thr_mutex.c
index bbcfaa8bba6..2facb4e18cf 100644
--- a/mysys/thr_mutex.c
+++ b/mysys/thr_mutex.c
@@ -17,7 +17,7 @@
/* This makes a wrapper for mutex handling to make it easier to debug mutex */
#include <my_global.h>
-#if defined(HAVE_LINUXTHREADS) && !defined (__USE_UNIX98)
+#if defined(TARGET_OS_LINUX) && !defined (__USE_UNIX98)
#define __USE_UNIX98 /* To get rw locks under Linux */
#endif
#if defined(THREAD) && defined(SAFE_MUTEX)