[rtems-docs commit] c-user: Remove obsolete constraint

Sebastian Huber sebh at rtems.org
Wed Mar 17 13:01:41 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    66591316dc3bb9ec01126b51ff1b53a1bf229706
Changeset: http://git.rtems.org/rtems-docs/commit/?id=66591316dc3bb9ec01126b51ff1b53a1bf229706

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Mar 16 15:42:55 2021 +0100

c-user: Remove obsolete constraint

---

 c-user/semaphore/directives.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/c-user/semaphore/directives.rst b/c-user/semaphore/directives.rst
index 8f4f18e..2d07e1c 100644
--- a/c-user/semaphore/directives.rst
+++ b/c-user/semaphore/directives.rst
@@ -233,9 +233,6 @@ The following constraints apply to this directive:
 * When the directive operates on a global object, the directive sends a message
   to remote nodes.  This may preempt the calling task.
 
-* When a semaphore using the MrsP locking protocol is created, the initial
-  count shall be exactly one.
-
 * The number of semaphores available to the application is configured through
   the :ref:`CONFIGURE_MAXIMUM_SEMAPHORES` application configuration option.
 



More information about the vc mailing list