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>
|
2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* librpc/src/rpc/getrpcport.c: Misc. ansifications.
|
* librpc/src/rpc/getrpcport.c: Misc. ansifications.
|
||||||
|
|||||||
@@ -37,13 +37,13 @@
|
|||||||
*
|
*
|
||||||
* rtems_message_queue_send
|
* 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.
|
* message to the specified message queue.
|
||||||
*
|
*
|
||||||
* Input parameters:
|
* Input parameters:
|
||||||
* id - pointer to message queue
|
* id - pointer to message queue
|
||||||
* buffer - pointer to message buffer
|
* buffer - pointer to message buffer
|
||||||
* size - size of message to sent urgently
|
* size - size of message to send
|
||||||
*
|
*
|
||||||
* Output parameters:
|
* Output parameters:
|
||||||
* RTEMS_SUCCESSFUL - if successful
|
* RTEMS_SUCCESSFUL - if successful
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
* Input parameters:
|
* Input parameters:
|
||||||
* id - pointer to message queue
|
* id - pointer to message queue
|
||||||
* buffer - pointer to message buffer
|
* buffer - pointer to message buffer
|
||||||
* size - size of message to sent urgently
|
* size - size of message to send urgently
|
||||||
*
|
*
|
||||||
* Output parameters:
|
* Output parameters:
|
||||||
* RTEMS_SUCCESSFUL - if successful
|
* RTEMS_SUCCESSFUL - if successful
|
||||||
|
|||||||
Reference in New Issue
Block a user