This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
rt-thread
Watch
1
Star
0
Fork
0
You've already forked rt-thread
mirror of
https://github.com/RT-Thread/rt-thread.git
synced
2026-06-22 10:23:40 +08:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
Files
0eadf69f81b2f77eed0cf7a35acdf50c03cc48a4
rt-thread
/
components
/
libc
/
compilers
/
armlibc
T
History
mysterywolf
f13014526c
[bug fix]对各个libc库的termios.h增加宏定义,以防止在termios函数没有定义时,将posix_termios.h头文件引入导致报错
2020-09-05 17:52:32 +08:00
..
sys
[fix bugs]修改armlibc/sys/types.h 该文件中不能用rt_数据类型,否则会引起编译器递归编译
2020-09-05 17:41:54 +08:00
dirent.h
…
fcntl.h
Signed-off-by: mysterywolf
2020-09-02 10:33:37 +08:00
libc_syms.c
…
libc.c
…
libc.h
…
mem_std.c
…
SConscript
…
stdio.c
…
stubs.c
change format
2020-08-05 09:28:10 +08:00
termios.h
[bug fix]对各个libc库的termios.h增加宏定义,以防止在termios函数没有定义时,将posix_termios.h头文件引入导致报错
2020-09-05 17:52:32 +08:00
unistd.c
将unistd.c不再放在common中,分散到各个库中
2020-09-05 17:50:54 +08:00
unistd.h
增加unistd.c文件
2020-09-02 10:22:47 +08:00