summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 08:37:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 08:37:19 +0000
commit8b98a1b4be1ab4b75e63df0c353442c528c4ae41 (patch)
treea2fe08bed0155f58eac650162ea890f662173956
parentMore size_t for heap-sizes. (diff)
downloadrtems-8b98a1b4be1ab4b75e63df0c353442c528c4ae41.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.
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0f18330c11..72909922d8 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().