[libc] 删除compiler_private.c文件

This commit is contained in:
Meco Man
2021-12-30 01:27:25 +08:00
committed by Bernard Xiong
parent c8dcf7cc68
commit 85276f4535
11 changed files with 36 additions and 49 deletions
@@ -27,7 +27,7 @@ int remove(const char *filename)
#ifdef DFS_USING_POSIX
return unlink(filename);
#else
LOG_W(warning_without_fs);
LOG_W(_WARNING_WITHOUT_FS);
return _LLIO_ERROR;
#endif /* DFS_USING_POSIX */
}