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/mqueuereceive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/mqueuereceive.c') diff --git a/cpukit/posix/src/mqueuereceive.c b/cpukit/posix/src/mqueuereceive.c index 6c283fdf7d..493ac79219 100644 --- a/cpukit/posix/src/mqueuereceive.c +++ b/cpukit/posix/src/mqueuereceive.c @@ -45,6 +45,6 @@ ssize_t mq_receive( msg_len, msg_prio, true, - THREAD_QUEUE_WAIT_FOREVER + WATCHDOG_NO_TIMEOUT ); } -- cgit v1.2.3