From fdafb96cc1a6556d43d441805b5ea32583a5f274 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Aug 2008 14:23:52 +0000 Subject: 2008-08-08 Joel Sherrill * rtems/include/rtems/rtems/msgmp.h: Fix MP code missed by Sebastian. --- cpukit/rtems/include/rtems/rtems/msgmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/include') 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 ); /** -- cgit v1.2.3