rt-thread-official/components/libc/compilers/common/extension
Man, Jianting (Meco) c318dfa964
improve libc time and MSVC simulator (#5775)
- [libc] 解决由于类unix操作系统发展历史原因fcntl.h定义的标志位在不同编译器中定义不同的问题
- [simulator] 部分宏定义转为全局宏定义以确保vs内置文件可以正确配置
- [simulator] 取消自欺欺人式的警告消除处理方式
- [libc][time] 优化time相关结构体在不同编译器下的包含
2022-04-07 14:24:11 +08:00
..
fcntl improve libc time and MSVC simulator (#5775) 2022-04-07 14:24:11 +08:00
sys [compilers] Fix c/c++ compilation warnings and errors 2022-04-06 10:27:38 +08:00
SConscript improve libc time and MSVC simulator (#5775) 2022-04-07 14:24:11 +08:00
readme.md [libc] 调整文件结构 2022-01-17 11:18:09 +08:00
unistd.h [libc] 调整文件结构 2022-01-17 11:18:09 +08:00

readme.md

Attentions

This folder is "common" for toolchains, which only support ISO C, as an extension part, such as Keil-MDK and IAR.