summaryrefslogtreecommitdiffstats
path: root/cpukit
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 /cpukit
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 'cpukit')
-rw-r--r--cpukit/score/include/rtems/score/interr.h3
1 files changed, 2 insertions, 1 deletions
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;
/*