[libc] 删除compiler_private.c文件

This commit is contained in:
Meco Man
2021-12-29 07:48:36 -05:00
committed by Bernard Xiong
parent c8dcf7cc68
commit 85276f4535
11 changed files with 36 additions and 49 deletions

View File

@@ -12,7 +12,7 @@
#include <rtconfig.h>
extern const char *warning_without_fs;
extern const char *warning_without_devio;
#define _WARNING_WITHOUT_FS "Please enable RT_USING_POSIX_FS"
#define _WARNING_WITHOUT_DEVIO "Please enable RT_USING_POSIX_FS and RT_USING_POSIX_DEVIO"
#endif /* __COMPILER_PRIVATE_H__ */