summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-02 22:56:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-02 22:56:23 +0000
commitb5c503096525f4369013351833a4c00722df073e (patch)
treee0879652dd2644643d6a077176c5a8830309796c /cpukit/score/include
parent2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b5c503096525f4369013351833a4c00722df073e.tar.bz2
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4, aclocal/check-tool.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4: Replace AC_CHECK_TOOL with an RTEMS specific but more restrictive autoconf macro.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/system.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 55eca15c61..d7f55b1b2c 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/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.
*/