From ddc339c51fa436e91eba083029bec3849997899e Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Mon, 13 Nov 2017 09:21:28 +0100 Subject: cpukit: Add _arc4random_getentropy_fail. Add a default implementation of _arc4random_getentropy_fail with an internal error. Update #3239. --- cpukit/score/include/rtems/score/interr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/interr.h') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index ca64341948..0c02c21348 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -178,7 +178,8 @@ typedef enum { INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED = 35, INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED = 36, INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED = 37, - INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT = 38 + INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT = 38, + INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL = 39 } Internal_errors_Core_list; typedef CPU_Uint32ptr Internal_errors_t; -- cgit v1.2.3