wut/libraries/wutdevoptab/devoptab_fs_getmtime.c
James Benton 690bd6ccbd Revert "Rename wutdevoptab to wutdevoptab_sd"
This reverts commit 865af4609c.
Turns out it is for whole filesystem. oops.
2018-07-19 08:51:40 +01:00

10 lines
188 B
C

#include "devoptab_fs.h"
int
__wut_fs_getmtime(const char *name,
uint64_t *mtime)
{
// TODO: Last modified time can probably be get via FSGetStatFile
return -1;
}