From 2ad3a4c2a2b56a721180faa3c689110d86d90359 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 31 Aug 2014 16:25:45 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index dd17c8929..a00683ca9 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -8333,7 +8333,9 @@ low-level memory management hooks that will be needed to support brk() and sbrk() (2014-8-31). * Rename krealloc(0 to kmm_realloc() and kmemalign to kmm_memalign() for - consistency with the rest of the naming conventions (2014-8-31). + consistency with the rest of the naming (2014-8-31). * Rename kurealloc(0 to kumm_realloc(), kumemalign to kumm_memalign(), and kufree to kumm_free for consistency with the rest of the naming - conventions (2014-8-31). + (2014-8-31). + * Rename kumalloc(0 to kumm_malloc() and kuzalloc to kumm_zalloc() for + consistency with the rest of the naming (2014-8-31). -- cgit v1.2.3