summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 16:15:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 16:15:25 -0600
commit08835af3d68a4ea82ec32a5fe29608a6233eb9d9 (patch)
tree14c7b63bf3c06dc68db0ba576b51c9be8b5cc83f /nuttx/ChangeLog
parentfafba1669d8d4e158fc73442fde971670caf17dd (diff)
downloadnuttx-08835af3d68a4ea82ec32a5fe29608a6233eb9d9.tar.gz
nuttx-08835af3d68a4ea82ec32a5fe29608a6233eb9d9.tar.bz2
nuttx-08835af3d68a4ea82ec32a5fe29608a6233eb9d9.zip
Updated ChangeLog
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).