summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-04-27 21:40:11 +0200
committerunknown <msvensson@neptunus.(none)>2005-04-27 21:40:11 +0200
commit57d9c6d077bd6f2d437457e1bc4aa86607e80f46 (patch)
tree695946f806da8fe0c8de98f19a9c883412f8dec7 /mysys
parentcd50bf9ae4407e856a5cb4263512013a24cff5b7 (diff)
parent3238612840467f6edc8aab676f31940fc731bff7 (diff)
downloadmariadb-git-57d9c6d077bd6f2d437457e1bc4aa86607e80f46.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1 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)