From 7640525da407b975f97078f975fd332c29ee8407 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 May 1996 19:29:02 +0000 Subject: added enumerated constant for the POSIX API as an error source --- c/src/exec/score/headers/interr.h | 3 ++- c/src/exec/score/include/rtems/score/interr.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'c/src') diff --git a/c/src/exec/score/headers/interr.h b/c/src/exec/score/headers/interr.h index b9b2a3c51a..c2e8365953 100644 --- a/c/src/exec/score/headers/interr.h +++ b/c/src/exec/score/headers/interr.h @@ -29,7 +29,8 @@ extern "C" { typedef enum { INTERNAL_ERROR_CORE, - INTERNAL_ERROR_RTEMS_API + INTERNAL_ERROR_RTEMS_API, + INTERNAL_ERROR_POSIX_API } Internal_errors_Source; /* diff --git a/c/src/exec/score/include/rtems/score/interr.h b/c/src/exec/score/include/rtems/score/interr.h index b9b2a3c51a..c2e8365953 100644 --- a/c/src/exec/score/include/rtems/score/interr.h +++ b/c/src/exec/score/include/rtems/score/interr.h @@ -29,7 +29,8 @@ extern "C" { typedef enum { INTERNAL_ERROR_CORE, - INTERNAL_ERROR_RTEMS_API + INTERNAL_ERROR_RTEMS_API, + INTERNAL_ERROR_POSIX_API } Internal_errors_Source; /* -- cgit v1.2.3