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 libs/libc/aio: fix aio_error compatible bug 2023-06-27 10:10:37 -03:00
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 sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
Make.defs