From b5c503096525f4369013351833a4c00722df073e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Nov 2000 22:56:23 +0000 Subject: 2000-11-02 Ralf Corsepius * 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. --- cpukit/score/ChangeLog | 5 +++++ cpukit/score/include/rtems/system.h | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + + * 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 * 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. @@ -109,6 +109,16 @@ extern "C" { # define RTEMS_INLINE_ROUTINE #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. */ -- cgit v1.2.3