重新整理libc重复共用文件,创建common_for_all 和 common_for_keiliar

This commit is contained in:
Meco Man
2021-04-18 00:51:07 +08:00
parent 349a85e83f
commit 9d401ea8b0
28 changed files with 21 additions and 366 deletions
-5
View File
@@ -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;