Nebuleon Fumika b7c4d38b32 Don't set errno at the end of a directory if no error occurred
In _FAT_dirnext, which implements a function similar to readdir, don't
set errno to ENOENT, because reaching the end of a directory is not an
error. This conforms to POSIX readdir and is consistent with _FAT_read
not setting errno when reaching EOF.
2016-06-20 07:19:37 +00:00
..
2011-06-21 03:49:56 +00:00
2015-06-02 00:34:49 +08:00
2012-05-20 15:40:21 +01:00
2015-02-02 00:58:13 +00:00
2010-05-16 11:17:43 +00:00
2010-05-16 11:17:43 +00:00
2009-05-17 22:16:35 +00:00