diff options
Diffstat (limited to 'code/fe310/gloss/sys_stat.c')
-rw-r--r-- | code/fe310/gloss/sys_stat.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/code/fe310/gloss/sys_stat.c b/code/fe310/gloss/sys_stat.c deleted file mode 100644 index 3c2e419..0000000 --- a/code/fe310/gloss/sys_stat.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <errno.h> -#include <sys/stat.h> - -int -_stat(const char *file, struct stat *st) -{ - errno = ENOSYS; - return -1; -} |