rt-thread/components/libc/posix/io
loremmoqi 17a796af24
fix(stdio): ensure compatibility with newlib <3.4.0 by handling removed __sdidinit (#10791)
2025-10-13 11:45:22 +08:00
..
aio Fix the issue of incorrect return of invalid parameters in aio_write 2024-03-27 22:58:54 -04:00
epoll RT_TIMER_CTRL_SET_TIME only accept rt_tick_t, pass rt_tick_t instead int/rt_int32_t 2025-09-24 18:12:36 +08:00
eventfd Add comments for all functions in components/libc/posix/io/eventfd/eventfd.c 2024-03-28 21:28:46 -04:00
mman [libc][posix/io] add comments 2024-04-01 23:18:15 -04:00
poll RT_TIMER_CTRL_SET_TIME only accept rt_tick_t, pass rt_tick_t instead int/rt_int32_t 2025-09-24 18:12:36 +08:00
signalfd [libc] add some posix function comments 2024-04-09 18:11:34 -04:00
stdio fix(stdio): ensure compatibility with newlib <3.4.0 by handling removed __sdidinit (#10791) 2025-10-13 11:45:22 +08:00
termios Add comments for all functions in components/libc/posix/io/termios/termios.c 2024-04-26 23:13:27 -04:00
timerfd [components][libc/io]add comments for timer fd APIs. 2024-12-18 21:07:42 -05: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