Commit 8837da0f authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5713 whoopsies, compile fix for release builds

git-svn-id: file:///svn/toku/tokudb@50428 c7de825b-a66e-492c-adef-691d508d4ae1
parent d04f506d
...@@ -25,7 +25,7 @@ typedef pthread_key_t toku_pthread_key_t; ...@@ -25,7 +25,7 @@ typedef pthread_key_t toku_pthread_key_t;
typedef struct timespec toku_timespec_t; typedef struct timespec toku_timespec_t;
#ifndef TOKU_PTHREAD_DEBUG #ifndef TOKU_PTHREAD_DEBUG
# error "You should have defined TOKU_PTHREAD_DEBUG, include config.h." # define TOKU_PTHREAD_DEBUG 0
#endif #endif
typedef struct toku_mutex { typedef struct toku_mutex {
......
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