summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bd58de76c..dd17c8929 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).