From 0203abb5922ada7202f8610a2d8a9e78ebdb3f90 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 1 Sep 2014 10:47:49 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ace0a85f23..ed19d96440e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8344,3 +8344,5 @@ with the rest of the naming (2014-8-31). * mm/mm_sbrk.c, kmm_sbrk.c, umm_sbrk.c, and include/unistd.h: Initial * implementation of sbrk() (2014-9-1). + * arch/arm/src/armv7-a/arm_pgalloc.c, mm/umm_malloc.c, and mm_zalloc.c: + Completes the implementation of sbrk() (untested) (2014-9-1).