mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 01:49:17 +01:00
update devoptab for latest newlib patches
This commit is contained in:
parent
7e8724f158
commit
89e4900115
@ -64,8 +64,10 @@ static const devoptab_t dotab_fat = {
|
||||
_FAT_ftruncate_r,
|
||||
_FAT_fsync_r,
|
||||
NULL, /* Device data */
|
||||
NULL,
|
||||
NULL
|
||||
NULL, // chmod_r
|
||||
NULL, // fchmod_r
|
||||
NULL, // rmdir_r
|
||||
true // stdioUnbuffered;
|
||||
};
|
||||
|
||||
bool fatMount (const char* name, const DISC_INTERFACE* interface, sec_t startSector, uint32_t cacheSize, uint32_t SectorsPerPage) {
|
||||
|
Loading…
Reference in New Issue
Block a user