summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-21 21:29:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-21 21:29:03 +0000
commit6fee03898f638fe6fc4b63b3221d10727f9354e0 (patch)
tree5d095636c98151e264cd4957c378c142abf62860 /cpukit/ChangeLog
parent2008-12-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6fee03898f638fe6fc4b63b3221d10727f9354e0.tar.bz2
2008-12-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/malloc_statistics_helpers.c: Use intptr_t not ssize_t.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fc5ccac1a5..76ecb3ffb7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2008-12-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/malloc_statistics_helpers.c: Use intptr_t not
+ ssize_t.
+
+2008-12-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/inline/rtems/score/object.inl, score/src/objectgetbyindex.c:
Fix issues when using 16-bit object Ids.