summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/include/rtems/system.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index 55eca15c61..d7f55b1b2c 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -46,7 +46,7 @@ extern "C" {
#endif
/*
- * The following insures that all data is declared in the space
+ * The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager
* or the initialization file for the appropriate API. It is
* referenced as "external" in every other file.
@@ -110,6 +110,16 @@ extern "C" {
#endif
/*
+ * The following are used by the POSIX implementation to catch bad paths.
+ */
+
+#ifdef POSIX_API_INIT
+int POSIX_MP_NOT_IMPLEMENTED( void );
+int POSIX_NOT_IMPLEMENTED( void );
+int POSIX_BOTTOM_REACHED( void );
+#endif
+
+/*
* Include a base set of files.
*/