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 --- cpukit/score/include/rtems/score/interr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index b9b2a3c51a..c2e8365953 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/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