summaryrefslogtreecommitdiffstats
path: root/c-user/fatal_error.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-22 13:42:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-24 06:56:51 +0100
commit674b71470bf666cde68656b0d602d0d3dc8443f3 (patch)
treecd77795fbb7c04078465f0f6676a333a05506954 /c-user/fatal_error.rst
parentc-user: Document rtems_panic() (diff)
downloadrtems-docs-674b71470bf666cde68656b0d602d0d3dc8443f3.tar.bz2
c-user: Document global construction
Close #3243.
Diffstat (limited to '')
-rw-r--r--c-user/fatal_error.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst
index b2fe4e1..d8566f0 100644
--- a/c-user/fatal_error.rst
+++ b/c-user/fatal_error.rst
@@ -244,11 +244,6 @@ INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL (26)
occur during system initialization. It is an application configuration
error.
-INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL (27)
- A POSIX initialization thread entry function is NULL. This fatal error may
- occur during system initialization. It is an application configuration
- error.
-
INTERNAL_ERROR_THREAD_QUEUE_DEADLOCK (28)
A deadlock was detected during a thread queue enqueue operation.