summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-08 20:09:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-08 20:09:56 +0000
commit3c1be2fad4644940527af1a0edad183cbccca22f (patch)
tree44af36ee8cd57ab74fbff7a5ccae11240cd7038b /cpukit/ChangeLog
parent2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3c1be2fad4644940527af1a0edad183cbccca22f.tar.bz2
2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/malloc_initialize.c: Clean up sbrk path now that a test is available.
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 6c4720aa1f..039d7e8d66 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/malloc_initialize.c: Clean up sbrk path now that a
+ test is available.
+
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/open.c: Formatting and improve comment.