mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-20 09:34:47 -05:00
wutdevoptab: Rename all files to *fsa*.cpp
This commit is contained in:
11
libraries/wutdevoptab/devoptab_fsa_statvfs.cpp
Normal file
11
libraries/wutdevoptab/devoptab_fsa_statvfs.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "devoptab_fsa.h"
|
||||
|
||||
int
|
||||
__wut_fs_statvfs(struct _reent *r,
|
||||
const char *path,
|
||||
struct statvfs *buf)
|
||||
{
|
||||
//TODO: FSGetFileSystemInfo
|
||||
r->_errno = ENOSYS;
|
||||
return -1;
|
||||
}
|
||||
Reference in New Issue
Block a user