summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-16 15:42:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-17 14:01:03 +0100
commit66591316dc3bb9ec01126b51ff1b53a1bf229706 (patch)
tree6b1082e35e268e53d2f2b486f1b713f39989d54f
parentc-user: Update semaphore example (diff)
downloadrtems-docs-66591316dc3bb9ec01126b51ff1b53a1bf229706.tar.bz2
c-user: Remove obsolete constraint
-rw-r--r--c-user/semaphore/directives.rst3
1 files changed, 0 insertions, 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.