Commit ab0ea685 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5379 compile fix


git-svn-id: file:///svn/toku/tokudb@47042 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0acac3df
......@@ -24,7 +24,9 @@ typedef pthread_rwlockattr_t toku_pthread_rwlockattr_t;
typedef pthread_key_t toku_pthread_key_t;
typedef struct timespec toku_timespec_t;
#ifndef TOKU_PTHREAD_DEBUG
#define TOKU_PTHREAD_DEBUG 0
#endif
typedef struct toku_mutex {
pthread_mutex_t pmutex;
......
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