summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-30 22:30:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-30 22:30:49 +0000
commit2d6e5ff6c4450662ffc8d1d8d2f46da0155d6905 (patch)
tree9086c90175cf9dff41a16ca16b880f23ef8d5efb /nuttx/ChangeLog
parent6ef8a415c60e121db19d52273a35f0d1a045238c (diff)
downloadnuttx-2d6e5ff6c4450662ffc8d1d8d2f46da0155d6905.tar.gz
nuttx-2d6e5ff6c4450662ffc8d1d8d2f46da0155d6905.tar.bz2
nuttx-2d6e5ff6c4450662ffc8d1d8d2f46da0155d6905.zip
Move more files into subdirectories under lib/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3444 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ec0c827ea..7d88af34b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1626,5 +1626,5 @@
* fs/fs_opendir.c: Correct an error that occurs when a file system is
mounted in the root directory. This was discovered while mounting
the named app's /bin directory.
-
-
+ * lib/: Move all source files into a subdirectory of lib/ named after
+ the header file in which the library function is prototyped.