summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/ChangeLog5
-rw-r--r--c/src/exec/score/include/rtems/system.h12
-rw-r--r--cpukit/score/ChangeLog5
-rw-r--r--cpukit/score/include/rtems/system.h12
4 files changed, 32 insertions, 2 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index 34db9903f4..829288a057 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,4 +1,9 @@
+2000-11-02 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
+ POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib.
+
2000-10-18 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
* src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
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.
*/
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 34db9903f4..829288a057 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,4 +1,9 @@
+2000-11-02 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
+ POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib.
+
2000-10-18 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
* src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
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.
*/