summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-25 11:15:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-25 11:15:24 +0000
commit9190a31d765d3b81490b68c6f2f8d57f32683162 (patch)
tree645cabaccf4eed5820ff5f58c932816239ca40e3 /cpukit/ChangeLog
parentUse %zi to print size_t. (diff)
downloadrtems-9190a31d765d3b81490b68c6f2f8d57f32683162.tar.bz2
2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/malloc_boundary.c: Use %zi to print size_t.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b1a2368252..9246a0f58e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/malloc_boundary.c: Use %zi to print size_t.
* libmisc/capture/capture.c, libmisc/shell/fts.c:
Stop using old-style function-definitions.