FAT library for GBA, DS, Gamecube & Wii
Go to file
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
gba remove generated include folders on clean 2012-05-09 16:49:11 +01:00
include fix FAT_setAttr for big endian 2015-01-13 15:11:51 +00:00
libogc remove generated include folders on clean 2012-05-09 16:49:11 +01:00
nds remove generated include folders on clean 2012-05-09 16:49:11 +01:00
source Don't set errno at the end of a directory if no error occurred 2016-06-20 07:19:37 +00:00
.gitignore ignore generated include folders 2012-05-13 13:10:45 +01:00
libfat.pnproj support to read/write FS info sector for FAT32 partitions. speeds up statvfs. patch submitted by dimok 2011-01-16 19:03:37 +00:00
Makefile bump version for next release 2015-11-10 12:22:57 +00:00