summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-14 08:53:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-14 08:53:23 -0600
commit5169c4b3dbb296b907c321d72ed97c908735e863 (patch)
treef59e7510efa1d2b2a25e0bd1df189e19cb03b516 /nuttx/ChangeLog
parent834eff156b9695252ed85094763aefdeb12cebbe (diff)
downloadnuttx-5169c4b3dbb296b907c321d72ed97c908735e863.tar.gz
nuttx-5169c4b3dbb296b907c321d72ed97c908735e863.tar.bz2
nuttx-5169c4b3dbb296b907c321d72ed97c908735e863.zip
Create procfs_utils.c; File missed from last commit; + remove warning from mm_memalign.c (how did this work before?)
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4f1ca5b55..e69b87635 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6223,3 +6223,6 @@
* arch/arm/src/a1x/a1x_lowputc.c, a1x_serial.c, and a1x_serila.h:
Beginning of an A10 serial driver. From Alan Carvalho de Assis
(2013-12-13).
+ * fs/procfs/procfs_utils.c: Move some re-usable functions out of
+ fs_procfsproc.c into a utility file (2013-12-14).
+