From ba41dfdee53dba64d7f86420b5ccf359520afb66 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Nov 2000 15:39:55 +0000 Subject: 2000-11-02 Joel Sherrill * include/rtems/system.h: Use proper conditional (RTEMS_POSIX_API) so prototypes for POSIX_MP_NOT_IMPLEMENTED(), POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() are actually included. --- cpukit/score/include/rtems/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index d7f55b1b2c..d11e3ea8d7 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -113,7 +113,7 @@ extern "C" { * The following are used by the POSIX implementation to catch bad paths. */ -#ifdef POSIX_API_INIT +#ifdef RTEMS_POSIX_API int POSIX_MP_NOT_IMPLEMENTED( void ); int POSIX_NOT_IMPLEMENTED( void ); int POSIX_BOTTOM_REACHED( void ); -- cgit v1.2.3