1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

NdbMutex.h:

oops forgot this one


ndb/include/portlib/NdbMutex.h:
  oops forgot this one
This commit is contained in:
unknown
2004-05-12 12:52:08 +02:00
parent 15db58a446
commit 3f46ae17a2

View File

@ -35,7 +35,7 @@ typedef SEMAPHORE NdbMutex;
#elif defined NDB_WIN32
typedef CRITICAL_SECTION NdbMutex;
#else
#include <my_pthread.h>
#include <pthread.h>
typedef pthread_mutex_t NdbMutex;
#define NDB_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER
#endif