From 204e5b1162daa429d343994b9eb8654670868c14 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 31 Aug 2014 16:25:45 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd17c89294..a00683ca99 100755 --- a/ChangeLog +++ b/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).