From 7aefc6d3a1b501ca281b7b56aeb060077d120f8a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 31 Aug 2014 16:15:25 -0600 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd58de76c81..dd17c892949 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8334,3 +8334,6 @@ 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). + * 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).