mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 05:04:10 +08:00
重新整理libc重复共用文件,创建common_for_all 和 common_for_keiliar
This commit is contained in:
@@ -23,11 +23,6 @@
|
||||
#include "libc/libc_limits.h"
|
||||
#include "libc/libc_stdio.h"
|
||||
|
||||
#if defined(__CC_ARM) || defined(__CLANG_ARM) || defined(__IAR_SYSTEMS_ICC__)
|
||||
typedef signed long off_t;
|
||||
typedef int mode_t;
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__) || defined(_WIN32)
|
||||
typedef signed long off_t;
|
||||
typedef int mode_t;
|
||||
|
||||
Reference in New Issue
Block a user