summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 04:53:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 04:53:18 +0000
commit2aa472c1f8b101bfd408ca3aad5560634dcfc2ef (patch)
treeaacefabde781bc141c5c0ef71b80a588b5427b07 /cpukit
parentUse size_t for heap-sizes. (diff)
downloadrtems-2aa472c1f8b101bfd408ca3aad5560634dcfc2ef.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')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 338791fa66..0f18330c11 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>