diff options
Diffstat (limited to 'code/fe310/bsp/gloss/sys_unlink.c')
-rw-r--r-- | code/fe310/bsp/gloss/sys_unlink.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/code/fe310/bsp/gloss/sys_unlink.c b/code/fe310/bsp/gloss/sys_unlink.c deleted file mode 100644 index b369d20..0000000 --- a/code/fe310/bsp/gloss/sys_unlink.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <errno.h> - -int -_unlink(const char *name) -{ - errno = ENOSYS; - return -1; -} |