[PATCH] Remove invalid unsatisfied retval from msg submit
Martin Erik Werner
martinerikwerner at gmail.com
Sat Jan 18 12:27:49 UTC 2020
The return value RTEMS_UNSATISFIED cannot be returned by message queue
send/urgent in the classical API, so remove this from the documentation.
Based on the discussion in:
https://lists.rtems.org/pipermail/devel/2020-January/056891.html
Message-Id: <CAF9ehCW5P12ZkZja4UPYTbdBFUyC1VKVL-tU7nyUtvK1Lz2Z3g at mail.gmail.com>
---
c-user/message_manager.rst | 4 ----
1 file changed, 4 deletions(-)
diff --git a/c-user/message_manager.rst b/c-user/message_manager.rst
index 3132f2c..9fe1a1a 100644
--- a/c-user/message_manager.rst
+++ b/c-user/message_manager.rst
@@ -448,8 +448,6 @@ DIRECTIVE STATUS CODES:
- invalid message size
* - ``RTEMS_INVALID_ADDRESS``
- ``buffer`` is NULL
- * - ``RTEMS_UNSATISFIED``
- - out of message buffers
* - ``RTEMS_TOO_MANY``
- queue's limit has been reached
@@ -506,8 +504,6 @@ DIRECTIVE STATUS CODES:
- invalid message size
* - ``RTEMS_INVALID_ADDRESS``
- ``buffer`` is NULL
- * - ``RTEMS_UNSATISFIED``
- - out of message buffers
* - ``RTEMS_TOO_MANY``
- queue's limit has been reached
--
2.20.1
More information about the devel
mailing list