nuttx/libs/libc/aio
guoshichao 0d9e7be323 libs/libc/aio: fix aio_return compatible bug
1. make the aio_return implementation can pass the
ltp/open_posix_testsuite/aio_return testcases
2. the modification are referred to https://pubs.opengroup.org/onlinepubs/9699919799/functions/aio_return.html

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-06-28 15:17:35 +08:00
..
aio_error.c
aio_return.c libs/libc/aio: fix aio_return compatible bug 2023-06-28 15:17:35 +08:00
aio_suspend.c
aio.h
lio_listio.c
Make.defs