rt-thread-official/components/libc/compilers/common
Meco Man 740a810274 [errno][libc] 解决sys头文件在libc未开启时的引入问题 2021-06-12 18:11:51 +08:00
..
none-gcc [errno][libc] 解决sys头文件在libc未开启时的引入问题 2021-06-12 18:11:51 +08:00
sys 修复DST_NONE 等宏定义位置放错导致报错的问题 2021-05-02 09:38:41 +08:00
SConscript [errno][libc] 解决sys头文件在libc未开启时的引入问题 2021-06-12 18:11:51 +08:00
dirent.h 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
readme.md 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
stdlib.c 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
termios.h 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
time.c remove libc_errno.h & libc_limits.h 2021-05-22 02:50:35 +08:00
unistd.c [libc][unistd] 完善isatty() 2021-04-26 14:31:31 +08:00

readme.md

Attentions

  1. This folder is "common" for all toolchains.

  2. If you want to add new .c files, please do not forget to fix SConscript file too. eg:

if GetDepend('RT_USING_POSIX') == False:
        SrcRemove(src, ['unistd.c'])