summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/rtems/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/sem.h')
-rw-r--r--cpukit/include/rtems/rtems/sem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/include/rtems/rtems/sem.h b/cpukit/include/rtems/rtems/sem.h
index 1f0c952294..e117f1c211 100644
--- a/cpukit/include/rtems/rtems/sem.h
+++ b/cpukit/include/rtems/rtems/sem.h
@@ -240,9 +240,6 @@ extern "C" {
* * 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 #CONFIGURE_MAXIMUM_SEMAPHORES application configuration
* option.