forked from Imagelibrary/rtems
2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Fix typos.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Fix typos.
|
||||
|
||||
2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* librpc/src/rpc/getrpcport.c: Misc. ansifications.
|
||||
|
||||
@@ -37,17 +37,17 @@
|
||||
*
|
||||
* rtems_message_queue_send
|
||||
*
|
||||
* This routine implements the directive rtems_message_queue_sent. It sends a
|
||||
* This routine implements the directive rtems_message_queue_send. It sends a
|
||||
* message to the specified message queue.
|
||||
*
|
||||
* Input parameters:
|
||||
* id - pointer to message queue
|
||||
* buffer - pointer to message buffer
|
||||
* size - size of message to sent urgently
|
||||
* size - size of message to send
|
||||
*
|
||||
* Output parameters:
|
||||
* RTEMS_SUCCESSFUL - if successful
|
||||
* error code - if unsuccessful
|
||||
* error code - if unsuccessful
|
||||
*/
|
||||
|
||||
#if defined(RTEMS_MULTIPROCESSING)
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
* Input parameters:
|
||||
* id - pointer to message queue
|
||||
* buffer - pointer to message buffer
|
||||
* size - size of message to sent urgently
|
||||
* size - size of message to send urgently
|
||||
*
|
||||
* Output parameters:
|
||||
* RTEMS_SUCCESSFUL - if successful
|
||||
|
||||
Reference in New Issue
Block a user