diff options
Diffstat (limited to 'code/fe310/bsp/gloss/sys_chmod.c')
-rw-r--r-- | code/fe310/bsp/gloss/sys_chmod.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/code/fe310/bsp/gloss/sys_chmod.c b/code/fe310/bsp/gloss/sys_chmod.c deleted file mode 100644 index 67412bf..0000000 --- a/code/fe310/bsp/gloss/sys_chmod.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <errno.h> -#include <sys/types.h> - -int -_chmod(const char *path, mode_t mode) -{ - errno = ENOSYS; - return -1; -} |