mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 01:25:17 +08:00
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/include/confdefs.h: s/STACK_CHECKER_EXTENSION/RTEMS_STACK_CHECKER_EXTENSION/ (Reflect 2006-09-13's changes to libmisc/stackchk).
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* sapi/include/confdefs.h:
|
||||
s/STACK_CHECKER_EXTENSION/RTEMS_STACK_CHECKER_EXTENSION/
|
||||
(Reflect 2006-09-13's changes to libmisc/stackchk).
|
||||
|
||||
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/rtems-top.m4: Remove RTEMS_API.
|
||||
|
||||
@@ -543,7 +543,7 @@ rtems_extensions_table Configuration_Initial_Extensions[] = {
|
||||
CONFIGURE_INITIAL_EXTENSIONS,
|
||||
#endif
|
||||
#ifdef STACK_CHECKER_ON
|
||||
STACK_CHECKER_EXTENSION,
|
||||
RTEMS_STACK_CHECKER_EXTENSION,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user