summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 09:21:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 09:21:38 -0600
commita056eba87db4299725e9c64a9869735a1400c1be (patch)
tree3f4abc5bb49579be9f477f818dccbd0bdcfe587f /nuttx/ChangeLog
parent5966aacdb7c3fa6f7ecaca6ae08d6ed2e6f7fee9 (diff)
downloadnuttx-a056eba87db4299725e9c64a9869735a1400c1be.tar.gz
nuttx-a056eba87db4299725e9c64a9869735a1400c1be.tar.bz2
nuttx-a056eba87db4299725e9c64a9869735a1400c1be.zip
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
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 9fb44c59e..69437b887 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6607,4 +6607,7 @@
kconfig-frontends tools by Alan Carvalho de Assis (2014-2-18).
* configs/mbed: All mbed configurations have been converted to use
the kconfig-frontends tools (unverified) (2014-2-18).
+ * fs/fs_opendir.c, fs_readdir.c, et al: Modified so that errors
+ will not be reported if you attempt to list a empty pseudo-directory
+ (2014-2-18).