rt-thread/components/libc/posix/io
FragrantRye 2917180c21 [libc][newlib] __sdidinit is obselete
related:
https://github.com/RT-Thread/rt-thread/issues/7923
44b60f0c4b

Co-authored-by: Meco Man <920369182@qq.com>
2023-08-17 02:22:53 -04:00
..
aio uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
epoll Add fops for dfs_v2 and rt_set_errno (#7910) 2023-08-03 21:45:30 +08:00
eventfd Add fops for dfs_v2 and rt_set_errno (#7910) 2023-08-03 21:45:30 +08:00
mman sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
poll [DFS] prepare for dfs_v2.0 (#7200) 2023-04-08 22:25:51 +08:00
stdio [libc][newlib] __sdidinit is obselete 2023-08-17 02:22:53 -04:00
termios [libc/termios]修改oflags定义与musl一致 2023-06-19 00:38:36 -04:00
README.md [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00
SConscript [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00

README.md

This folder contains:

sub-folders description
aio Asynchronous I/O
mman Memory-Mapped I/O
poll Nonblocking I/O
stdio Standard Input/Output I/O
termios Terminal I/O