loremmoqi 17a796af24 fix(stdio): ensure compatibility with newlib <3.4.0 by handling removed __sdidinit (#10791) 3 месяцев назад
..
aio 56fd6984ac Fix the issue of incorrect return of invalid parameters in aio_write 1 год назад
epoll 66b2bcc080 RT_TIMER_CTRL_SET_TIME only accept rt_tick_t, pass rt_tick_t instead int/rt_int32_t 3 месяцев назад
eventfd 7e492fc37c Add comments for all functions in components/libc/posix/io/eventfd/eventfd.c 1 год назад
mman 3a4db99104 [libc][posix/io] add comments 1 год назад
poll 66b2bcc080 RT_TIMER_CTRL_SET_TIME only accept rt_tick_t, pass rt_tick_t instead int/rt_int32_t 3 месяцев назад
signalfd 5bb902895c [libc] add some posix function comments 1 год назад
stdio 17a796af24 fix(stdio): ensure compatibility with newlib <3.4.0 by handling removed __sdidinit (#10791) 3 месяцев назад
termios 946dd264ed Add comments for all functions in components/libc/posix/io/termios/termios.c 1 год назад
timerfd 1499dbda00 [components][libc/io]add comments for timer fd APIs. 1 год назад
README.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) 4 лет назад
SConscript 31c3214faf [posix][io]整理posix/io文件夹 (#5539) 4 лет назад

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