rt-thread/components/libc/compilers/common
Bernard Xiong ac50f5193e
Merge pull request #4792 from mysterywolf/ioctl
[libc][rtlibc] remove libc_ioctl.h
2021-06-16 09:46:06 +08:00
..
none-gcc [sys/errno.h] 修复armclang支持问题 2021-06-13 17:27:16 +08:00
sys [libc][rtlibc] remove libc_ioctl.h 2021-05-23 00:17:08 +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 [update] usleep supports calling in interrupts. 2021-06-15 18:37:39 +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'])