From dd2c9ab2fee9a4c940ca2e4b759212432676ae56 Mon Sep 17 00:00:00 2001
From: Benoit Germain <bnt.germain@gmail.com>
Date: Mon, 2 Dec 2013 16:21:34 +0100
Subject: MinGW-pthread doesn't seem to have pthread_timedjoin_np after all

---
 src/threading.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 );
     * implementation. Others will use a condition variable.
     */
 #if defined __WINPTHREADS_VERSION
-#define USE_PTHREAD_TIMEDJOIN
+//#define USE_PTHREAD_TIMEDJOIN
 #endif // __WINPTHREADS_VERSION
 # ifdef USE_PTHREAD_TIMEDJOIN
 #  ifdef PLATFORM_OSX
-- 
cgit v1.2.3-55-g6feb