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

* user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
This commit is contained in:
Joel Sherrill
2008-08-01 15:29:45 +00:00
parent 1016b77514
commit 7f46d43d3d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
2008-07-22 Joel Sherrill <joel.sherrill@OARcorp.com>
pr1291/cpukit

View File

@@ -682,7 +682,7 @@ procedure Message_Queue_Receive (
@code{@value{RPREFIX}SUCCESSFUL} - message received successfully@*
@code{@value{RPREFIX}INVALID_ID} - invalid queue id@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{buffer} is NULL@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{count} is NULL@*
@code{@value{RPREFIX}INVALID_ADDRESS} - @code{size} is NULL@*
@code{@value{RPREFIX}UNSATISFIED} - queue is empty@*
@code{@value{RPREFIX}TIMEOUT} - timed out waiting for message@*
@code{@value{RPREFIX}OBJECT_WAS_DELETED} - queue deleted while waiting