summaryrefslogtreecommitdiff
path: root/include/my_semaphore.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-17 18:02:56 +0300
committermonty@hundin.mysql.fi <>2002-08-17 18:02:56 +0300
commitf7c8bd0e47b8a037f4eb0a7dca2816af97604d07 (patch)
treecb6c69dea958c68e0dfee4737f5b9a8f63b37aee /include/my_semaphore.h
parentca2e3aacff23f38a89bc005afe6bc34a616e561f (diff)
downloadmariadb-git-f7c8bd0e47b8a037f4eb0a7dca2816af97604d07.tar.gz
Portability fixes for 4.0.3 build.
Don't update MyISAM index file on UPDATE if index is not changed
Diffstat (limited to 'include/my_semaphore.h')
-rw-r--r--include/my_semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_semaphore.h b/include/my_semaphore.h
index 0deac1a60d1..3431212ec82 100644
--- a/include/my_semaphore.h
+++ b/include/my_semaphore.h
@@ -34,7 +34,7 @@
C_MODE_START
#ifdef HAVE_SEMAPHORE_H
#include <semaphore.h>
-#elif defined(__bsdi__)
+#elif !defined(__bsdi__)
#ifdef __WIN__
typedef HANDLE sem_t;
#else