aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/threading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threading.c b/src/threading.c
index ad5b473..d50207e 100644
--- a/src/threading.c
+++ b/src/threading.c
@@ -525,7 +525,7 @@ bool_t THREAD_WAIT_IMPL( THREAD_T *ref, double secs)
525 // 525 //
526 #include <errno.h> 526 #include <errno.h>
527 527
528# if ((defined(__MINGW32__) || defined(__MINGW64__)) && pthread_attr_setschedpolicy == ENOTSUP) 528# if ((defined(__MINGW32__) || defined(__MINGW64__)) && pthread_attr_setschedpolicy( A, S) == ENOTSUP)
529 // from the mingw-w64 team: 529 // from the mingw-w64 team:
530 // Well, we support pthread_setschedparam by which you can specify 530 // Well, we support pthread_setschedparam by which you can specify
531 // threading-policy. Nevertheless, yes we lack this function. In 531 // threading-policy. Nevertheless, yes we lack this function. In