c-user: Update initialization

Update #2692.
This commit is contained in:
Sebastian Huber 2017-01-30 14:44:01 +01:00
parent 1161ed179c
commit e07e376c1f

View File

@ -210,14 +210,14 @@ 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_CLEANUP
Initialization of the POSIX Cleanup support. 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.
RTEMS_SYSINIT_POSIX_CLEANUP
Initialization of the POSIX Cleanup support. This step is optional and
depends on the application configuration.
RTEMS_SYSINIT_IDLE_THREADS
Initialization of idle threads. This step is mandatory.