diff options
-rw-r--r-- | src/threading.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threading.h b/src/threading.h index 92451f9..2656dcc 100644 --- a/src/threading.h +++ b/src/threading.h | |||
@@ -202,7 +202,7 @@ bool_t SIGNAL_WAIT( SIGNAL_T *ref, MUTEX_T *mu, time_d timeout ); | |||
202 | * implementation. Others will use a condition variable. | 202 | * implementation. Others will use a condition variable. |
203 | */ | 203 | */ |
204 | #if defined __WINPTHREADS_VERSION | 204 | #if defined __WINPTHREADS_VERSION |
205 | #define USE_PTHREAD_TIMEDJOIN | 205 | //#define USE_PTHREAD_TIMEDJOIN |
206 | #endif // __WINPTHREADS_VERSION | 206 | #endif // __WINPTHREADS_VERSION |
207 | # ifdef USE_PTHREAD_TIMEDJOIN | 207 | # ifdef USE_PTHREAD_TIMEDJOIN |
208 | # ifdef PLATFORM_OSX | 208 | # ifdef PLATFORM_OSX |