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

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