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

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-06-29 00:59:27 +08:00
..
aio_cancel.c
aio_fsync.c
aio_initialize.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
aio_queue.c
aio_read.c libs/libc/aio: fix aio_read compatible bug 2023-06-28 10:28:28 -03:00
aio_signal.c
aio_write.c libs/libc/aio: fix aio_write compatible bug 2023-06-29 00:59:27 +08:00
aio.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
aioc_contain.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
Kconfig
Make.defs