2000-11-02 Joel Sherrill <joel@OARcorp.com>

* 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.
This commit is contained in:
Joel Sherrill
2000-11-03 15:39:55 +00:00
parent 09e6b1cc79
commit ba41dfdee5
4 changed files with 14 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
2000-11-02 Joel Sherrill <joel@OARcorp.com>
* 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.
2000-11-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),

View File

@@ -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 );