forked from Imagelibrary/rtems
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:
@@ -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>
|
2000-11-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
|
* include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ extern "C" {
|
|||||||
* The following are used by the POSIX implementation to catch bad paths.
|
* 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_MP_NOT_IMPLEMENTED( void );
|
||||||
int POSIX_NOT_IMPLEMENTED( void );
|
int POSIX_NOT_IMPLEMENTED( void );
|
||||||
int POSIX_BOTTOM_REACHED( void );
|
int POSIX_BOTTOM_REACHED( void );
|
||||||
|
|||||||
@@ -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>
|
2000-11-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
|
* include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ extern "C" {
|
|||||||
* The following are used by the POSIX implementation to catch bad paths.
|
* 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_MP_NOT_IMPLEMENTED( void );
|
||||||
int POSIX_NOT_IMPLEMENTED( void );
|
int POSIX_NOT_IMPLEMENTED( void );
|
||||||
int POSIX_BOTTOM_REACHED( void );
|
int POSIX_BOTTOM_REACHED( void );
|
||||||
|
|||||||
Reference in New Issue
Block a user