summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/interr.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/interr.h')
-rw-r--r--c/src/exec/score/headers/interr.h3
1 files changed, 2 insertions, 1 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;
/*