summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/msgqreceive.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/msgqreceive.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/rtems/src/msgqreceive.c b/cpukit/rtems/src/msgqreceive.c
index 48b3af4289..f7f0db1605 100644
--- a/cpukit/rtems/src/msgqreceive.c
+++ b/cpukit/rtems/src/msgqreceive.c
@@ -54,11 +54,11 @@
*/
rtems_status_code rtems_message_queue_receive(
- Objects_Id id,
- void *buffer,
- size_t *size,
- rtems_option option_set,
- rtems_interval timeout
+ rtems_id id,
+ void *buffer,
+ size_t *size,
+ rtems_option option_set,
+ rtems_interval timeout
)
{
register Message_queue_Control *the_message_queue;