2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>

* rtems/include/rtems/rtems/msgmp.h: Fix MP code missed by Sebastian.
This commit is contained in:
Joel Sherrill
2008-08-08 14:23:52 +00:00
parent 89423b90d1
commit fdafb96cc1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/msgmp.h: Fix MP code missed by Sebastian.
2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de> 2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libmisc/monitor/monitor.h, rtems/include/rtems/rtems/tasks.h, * libmisc/monitor/monitor.h, rtems/include/rtems/rtems/tasks.h,

View File

@@ -96,10 +96,10 @@ void _Message_queue_MP_Send_process_packet (
rtems_status_code _Message_queue_MP_Send_request_packet ( rtems_status_code _Message_queue_MP_Send_request_packet (
Message_queue_MP_Remote_operations operation, Message_queue_MP_Remote_operations operation,
Objects_Id message_queue_id, Objects_Id message_queue_id,
void *buffer, const void *buffer,
size_t *size_p, size_t *size_p,
rtems_option option_set, rtems_option option_set,
Watchdog_Interval timeout rtems_interval timeout
); );
/** /**