summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-22 13:50:11 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-22 13:51:12 +0100
commitd1a824fd18a82da61edffce78bb9e8f943c96bd7 (patch)
tree62269ff7365312c7a5e728a54dd009f2f589145e /c-user
parentc-user: Remove RTEMS_SYSINIT_POSIX_BARRIER (diff)
downloadrtems-docs-d1a824fd18a82da61edffce78bb9e8f943c96bd7.tar.bz2
c-user: Remove RTEMS_SYSINIT_POSIX_RWLOCK
Update #3115.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/initialization.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/c-user/initialization.rst b/c-user/initialization.rst
index fe5d0bc..2bbd166 100644
--- a/c-user/initialization.rst
+++ b/c-user/initialization.rst
@@ -195,10 +195,6 @@ RTEMS_SYSINIT_POSIX_TIMER
Initialization of the POSIX Timer object class. This step is optional and
depends on the application configuration.
-RTEMS_SYSINIT_POSIX_RWLOCK
- Initialization of the POSIX Read-Write Locks object class. This step is
- optional and depends on the application configuration.
-
RTEMS_SYSINIT_POSIX_KEYS
Initialization of the POSIX Keys object class. This step is optional
and depends on the application configuration.