summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 08:37:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 08:37:48 +0000
commita297369ccbef7ae14acedb77b4b7ba933b450ce7 (patch)
treebd94a1de553c63a17a58ca8e0b26ee9b53951796 /cpukit/ChangeLog
parentMore size_t for heap-sizes. (diff)
downloadrtems-a297369ccbef7ae14acedb77b4b7ba933b450ce7.tar.bz2
2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/score/heap.h, score/src/heap.c, score/src/heapallocatealigned.c, score/src/heapresizeblock.c: More size_t for heap-sizes.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 271c7c4878..05cd33db6a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,9 @@
2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/score/heap.h, score/src/heap.c,
+ score/src/heapallocatealigned.c, score/src/heapresizeblock.c:
+ More size_t for heap-sizes.
+ * score/include/rtems/score/heap.h, score/src/heap.c,
score/src/heapallocate.c, score/src/heapextend.c: Use size_t for
heap-sizes.
* libnetworking/resolv.h: Typo fixes. Remove __P().