rt-thread/components/libc/posix/io
Troy 46d6036c28 modified: components/libc/posix/io/aio/aio.c Added some function comments
modified:   components/libc/posix/io/aio/aio.h		Align comments within the aiocb structure
modified:   components/libc/posix/io/epoll/epoll.c	Add comments for all functions and members within structure members
2024-03-26 17:42:01 -04:00
..
aio modified: components/libc/posix/io/aio/aio.c Added some function comments 2024-03-26 17:42:01 -04:00
epoll modified: components/libc/posix/io/aio/aio.c Added some function comments 2024-03-26 17:42:01 -04:00
eventfd Updated issues related to uds capacity and eventfd macro redefinition (#8329) 2023-12-06 13:51:13 +08:00
mman sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
poll [SAL] Update SAL,Add socketpair sendmsg recvmsg function (#8293) 2023-11-28 13:56:06 +08:00
signalfd [sys_bind] [signalfd] update (#8507) 2024-01-26 22:14:02 +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
timerfd Update epoll and timerfd (#8330) 2023-12-21 11:17:59 +08: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