summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:22:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:22:13 +0000
commit13a69b9b23578d48294714ca1e4c97c45e7a7050 (patch)
tree0c07a800e0ee8a8dd280037a987a8496248259c3 /cpukit/ChangeLog
parent2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-13a69b9b23578d48294714ca1e4c97c45e7a7050.tar.bz2
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/stackchk/check.c: Make Stack_check_Initialize, Stack_check_Dump_threads_usage static.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b7a0d97b28..24cb33e077 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/stackchk/check.c: Make Stack_check_Initialize,
+ Stack_check_Dump_threads_usage static.
* libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing prototype).
2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>