diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-11-02 11:35:47 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-24 23:01:25 +0100 |
| commit | b46b6b7a6f28dcbf9d3e4f1e4fe9d1de3b4f046b (patch) | |
| tree | 9a12ef6c3fcebf7de21a587e03f1d82a8e324737 /man3/aiocb-struct.3 | |
| parent | 85c474931c5d75a9cf3f01a4f862c0e99f945e95 (diff) | |
| download | man-pages-b46b6b7a6f28dcbf9d3e4f1e4fe9d1de3b4f046b.tar.gz | |
aiocb-struct.3, system_data_types.7: Move text to a separate page
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/aiocb-struct.3')
| -rw-r--r-- | man3/aiocb-struct.3 | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/man3/aiocb-struct.3 b/man3/aiocb-struct.3 index db50c0f091..7026f10f19 100644 --- a/man3/aiocb-struct.3 +++ b/man3/aiocb-struct.3 @@ -1 +1,31 @@ -.so man7/system_data_types.7 +.TH AIOCB-STRUCT 3 2021-11-02 Linux "Linux Programmer's Manual" +.SH NAME +aiocb-struct \- asynchronous I/O control block +.SH SYNOPSIS +.nf +.B #include <aio.h> +.PP +.B struct aiocb { +.BR " int aio_fildes;" " /* File descriptor */" +.BR " off_t aio_offset;" " /* File offset */" +.BR " volatile void *aio_buf;" " /* Location of buffer */" +.BR " size_t aio_nbytes;" " /* Length of transfer */" +.BR " int aio_reqprio;" " /* Request priority offset */" +.BR " struct sigevent aio_sigevent;" " /* Signal number and value */" +.BR " int aio_lio_opcode;" " /* Operation to be performed */" +.B }; +.fi +.SH DESCRIPTION +For further information about this structure, see +.BR aio (7). +.SH CONFORMING TO +POSIX.1-2001 and later. +.SH SEE ALSO +.BR aio_cancel (3), +.BR aio_error (3), +.BR aio_fsync (3), +.BR aio_read (3), +.BR aio_return (3), +.BR aio_suspend (3), +.BR aio_write (3), +.BR lio_listio (3) |
