Commit 3f46ae17 authored by unknown's avatar unknown

NdbMutex.h:

  oops forgot this one


ndb/include/portlib/NdbMutex.h:
  oops forgot this one
parent 15db58a4
......@@ -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
......
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