nuttx/fs/aio
2015-02-24 07:29:47 -06:00
..
aio_cancel.c
aio_fsync.c AIO now also supports socket transfers 2014-10-11 08:15:23 -06:00
aio_initialize.c
aio_queue.c
aio_read.c fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko. 2015-02-24 07:29:47 -06:00
aio_signal.c
aio_write.c fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko. 2015-02-24 07:29:47 -06:00
aio.h AIO now also supports socket transfers 2014-10-11 08:15:23 -06:00
aioc_contain.c fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko. 2015-02-24 07:29:47 -06:00
Kconfig
Make.defs