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-02-06 17:12:01 +08:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
Files
632c86ca07ba23a462bf2bfa48aa2824ecb7b175
rt-thread
/
include
/
libc
History
Bernard Xiong
b5e4aa58e0
[Kernel] Fix the signal compiling issue when using minilibc
2019-12-18 23:06:36 +08:00
..
libc_dirent.h
…
libc_errno.h
[include/libc] 在使用 ARMCC 和 IAR 时,移除对 errno.h 的引入。如果引入了 errno.h,errno 就不会被重定向到 _rt_errno。
2019-04-11 14:27:16 +08:00
libc_fcntl.h
改回O_DIRCTORY与O_NONBLOCK,解决O_DIRCOTY与newlib中O_BINARY的相同定义
2019-08-20 09:16:42 +08:00
libc_fdset.h
…
libc_ioctl.h
…
libc_signal.h
[Kernel] Fix the signal compiling issue when using minilibc
2019-12-18 23:06:36 +08:00
libc_stat.h
…