summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-08 14:23:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-08 14:23:52 +0000
commitfdafb96cc1a6556d43d441805b5ea32583a5f274 (patch)
tree518602a690162b4b168bab9efdc0d66037a631f9 /cpukit/rtems/include
parentFix joel mistake. (diff)
downloadrtems-fdafb96cc1a6556d43d441805b5ea32583a5f274.tar.bz2
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/msgmp.h: Fix MP code missed by Sebastian.
Diffstat (limited to 'cpukit/rtems/include')
-rw-r--r--cpukit/rtems/include/rtems/rtems/msgmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/msgmp.h b/cpukit/rtems/include/rtems/rtems/msgmp.h
index 8668a45c52..3b7d82357a 100644
--- a/cpukit/rtems/include/rtems/rtems/msgmp.h
+++ b/cpukit/rtems/include/rtems/rtems/msgmp.h
@@ -96,10 +96,10 @@ void _Message_queue_MP_Send_process_packet (
rtems_status_code _Message_queue_MP_Send_request_packet (
Message_queue_MP_Remote_operations operation,
Objects_Id message_queue_id,
- void *buffer,
+ const void *buffer,
size_t *size_p,
rtems_option option_set,
- Watchdog_Interval timeout
+ rtems_interval timeout
);
/**