mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 16:05:03 +08:00
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
2000-11-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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 <Nick.SIMON@syntegra.bt.co.uk>
|
||||
|
||||
* src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
|
||||
2000-11-02 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* 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 <Nick.SIMON@syntegra.bt.co.uk>
|
||||
|
||||
* src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user