summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 19:29:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 19:29:02 +0000
commit7640525da407b975f97078f975fd332c29ee8407 (patch)
treea3d218980e539a86753fae8fb956ee7aeb50551e /c/src
parentadded initial set of api extension callouts (diff)
downloadrtems-7640525da407b975f97078f975fd332c29ee8407.tar.bz2
added enumerated constant for the POSIX API as an error source
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/headers/interr.h3
-rw-r--r--c/src/exec/score/include/rtems/score/interr.h3
2 files changed, 4 insertions, 2 deletions
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;
/*