summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 16:25:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 16:25:45 -0600
commit2ad3a4c2a2b56a721180faa3c689110d86d90359 (patch)
tree63aa14ceb90a523d9f8ab5764f77a3fabf84bee7 /nuttx/ChangeLog
parent229ba49e4c56097c393d2e5fa9e77de80ce55a75 (diff)
downloadnuttx-2ad3a4c2a2b56a721180faa3c689110d86d90359.tar.gz
nuttx-2ad3a4c2a2b56a721180faa3c689110d86d90359.tar.bz2
nuttx-2ad3a4c2a2b56a721180faa3c689110d86d90359.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files 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).