From e203b65e516c8201360f018a3f029185cd10cba6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Dec 2016 09:28:31 +0100 Subject: Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. --- 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 61a41538e0..7dd6168f7a 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -176,7 +176,8 @@ typedef enum { INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED = 33, INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED = 34, INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED = 35, - INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED = 36 + INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED = 36, + INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED = 37 } Internal_errors_Core_list; typedef CPU_Uint32ptr Internal_errors_t; -- cgit v1.2.3