From 49d436497ed278f1d02b45c6f336a21c0b7ab93a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 22 Apr 2015 11:35:14 +0200 Subject: score: Delete bogus THREAD_QUEUE_WAIT_FOREVER It makes no sense to use this indirection since the type for timeout values is Watchdog_Interval. --- cpukit/posix/src/condwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/condwait.c') diff --git a/cpukit/posix/src/condwait.c b/cpukit/posix/src/condwait.c index 79ecc2eee5..034b9140e4 100644 --- a/cpukit/posix/src/condwait.c +++ b/cpukit/posix/src/condwait.c @@ -39,7 +39,7 @@ int pthread_cond_wait( return _POSIX_Condition_variables_Wait_support( cond, mutex, - THREAD_QUEUE_WAIT_FOREVER, + WATCHDOG_NO_TIMEOUT, false ); } -- cgit v1.2.3