summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-17 07:58:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-17 07:58:10 +0100
commitbaf98240a47f4e32da85ac8160c35fe03bf60576 (patch)
tree78a4342b2c425da48ea45d0f2e63e4823ff164b4 /c-user
parentINTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT (diff)
downloadrtems-docs-baf98240a47f4e32da85ac8160c35fe03bf60576.tar.bz2
Document INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL
Close #3239.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/fatal_error.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst
index 917ae3b..396cb44 100644
--- a/c-user/fatal_error.rst
+++ b/c-user/fatal_error.rst
@@ -388,6 +388,10 @@ INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT (38)
The floating point unit was used illegally, for example in interrupt
context on some architectures.
+INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL (39)
+ A :c:func:`getentropy` system call failed in one of the `ARC4RANDOM(3)
+ <https://man.openbsd.org/arc4random.3>`_ functions.
+
Operations
==========