summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mqueuereceive.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/mqueuereceive.c')
-rw-r--r--cpukit/posix/src/mqueuereceive.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/mqueuereceive.c b/cpukit/posix/src/mqueuereceive.c
index ef5a42f743..e27f3ccd48 100644
--- a/cpukit/posix/src/mqueuereceive.c
+++ b/cpukit/posix/src/mqueuereceive.c
@@ -11,7 +11,7 @@
* This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open
* time.
*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -58,6 +58,7 @@ ssize_t mq_receive(
msg_ptr,
msg_len,
msg_prio,
+ TRUE,
THREAD_QUEUE_WAIT_FOREVER
);
}