summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-18 10:43:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-18 10:43:41 +0000
commitc461430d37d3539902ed4218d49c4ad672f75bee (patch)
tree517dac5a298afcffb47b47f69e08fb9231de3414 /cpukit
parent2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c461430d37d3539902ed4218d49c4ad672f75bee.tar.bz2
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).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/sapi/include/confdefs.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 163f8a7bae..594300b74f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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.
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 8fa3f62e65..61a9590436 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -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
};