Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/aio_error.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd January 2, 2021 | .Dd January 2, 2021 | ||||
| .Dt AIO_ERROR 2 | .Dt AIO_ERROR 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm aio_error | .Nm aio_error | ||||
| .Nd retrieve error status of asynchronous I/O operation (REALTIME) | .Nd retrieve error status of asynchronous I/O operation (REALTIME) | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft int | .Ft int | ||||
| .Fn aio_error "const struct aiocb *iocb" | .Fn aio_error "const struct aiocb *iocb" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn aio_error | .Fn aio_error | ||||
| system call returns the error status of the asynchronous I/O request | system call returns the error status of the asynchronous I/O request | ||||
| associated with the structure pointed to by | associated with the structure pointed to by | ||||
| ▲ Show 20 Lines • Show All 62 Lines • Show Last 20 Lines | |||||