aio_error (3) Linux Manual Page
NAME aio_error – get error status of asynchronous I/O operation SYNOPSIS #include <aio.h> int aio_error(const struct aiocb *aiocbp); Link with -lrt. DESCRIPTION The aio_error() function returns the error status for the asynchronous I/O request with control block pointed to by aiocbp. (See aio(7) for a description of the aiocb structure.) RETURN VALUE This function returns…
