Commit ac92bd58 authored by tomas@mc05.(none)'s avatar tomas@mc05.(none)

NdbMutex.h:

  oops forgot this one
parent 7df573ed
...@@ -35,7 +35,7 @@ typedef SEMAPHORE NdbMutex; ...@@ -35,7 +35,7 @@ typedef SEMAPHORE NdbMutex;
#elif defined NDB_WIN32 #elif defined NDB_WIN32
typedef CRITICAL_SECTION NdbMutex; typedef CRITICAL_SECTION NdbMutex;
#else #else
#include <my_pthread.h> #include <pthread.h>
typedef pthread_mutex_t NdbMutex; typedef pthread_mutex_t NdbMutex;
#define NDB_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER #define NDB_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment