.. include:: ../check.rst ===== aio.h ===== Macros ====== .. list-table:: :widths: auto :align: center :header-rows: 1 * - Macro - Implemented - C23 Standard Section - POSIX Docs * - AIO_ALLDONE - - - `POSIX.1-2024 `__ * - AIO_CANCELED - - - `POSIX.1-2024 `__ * - AIO_NOTCANCELED - - - `POSIX.1-2024 `__ * - LIO_NOP - - - `POSIX.1-2024 `__ * - LIO_NOWAIT - - - `POSIX.1-2024 `__ * - LIO_READ - - - `POSIX.1-2024 `__ * - LIO_WAIT - - - `POSIX.1-2024 `__ * - LIO_WRITE - - - `POSIX.1-2024 `__ Functions ========= .. list-table:: :widths: auto :align: center :header-rows: 1 * - Function - Implemented - C23 Standard Section - POSIX Docs * - aio_cancel - - - `POSIX.1-2024 `__ * - aio_error - - - `POSIX.1-2024 `__ * - aio_fsync - - - `POSIX.1-2024 `__ * - aio_read - - - `POSIX.1-2024 `__ * - aio_return - - - `POSIX.1-2024 `__ * - aio_suspend - - - `POSIX.1-2024 `__ * - aio_write - - - `POSIX.1-2024 `__ * - lio_listio - - - `POSIX.1-2024 `__