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/include/rtems/system.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'cpukit/score/include') 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