diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-12-02 16:21:34 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-12-02 16:21:34 +0100 |
commit | dd2c9ab2fee9a4c940ca2e4b759212432676ae56 (patch) | |
tree | 83927bcbce6d9f116e63263d364deb3628602d69 /src | |
parent | 370494d2e260e717990427180c6ab16d3746607e (diff) | |
download | lanes-dd2c9ab2fee9a4c940ca2e4b759212432676ae56.tar.gz lanes-dd2c9ab2fee9a4c940ca2e4b759212432676ae56.tar.bz2 lanes-dd2c9ab2fee9a4c940ca2e4b759212432676ae56.zip |
MinGW-pthread doesn't seem to have pthread_timedjoin_np after all
Diffstat (limited to 'src')
-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 |