summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 04:52:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 04:52:48 +0000
commit3672dd9778078439b1175564b2e24c35568951fc (patch)
tree4e5e5c4dee850c57927340fa08e45fc8262601c4 /cpukit/ChangeLog
parentUse size_t for heap-sizes. (diff)
downloadrtems-3672dd9778078439b1175564b2e24c35568951fc.tar.bz2
2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/score/heap.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c: Use 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 398f66ce89..271c7c4878 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * 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().
2007-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>