Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if (SPHINX_FOUND)
# math.h), those should be omitted and exist statically in
# libc/docs/headers/.
list(APPEND docgen_list
aio
arpa/inet
assert
ctype
Expand Down
1 change: 1 addition & 0 deletions libc/docs/headers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Implementation Status
.. toctree::
:maxdepth: 1

aio
arpa/inet
assert
complex
Expand Down
49 changes: 49 additions & 0 deletions libc/utils/docgen/aio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
macros:
AIO_ALLDONE:
in-latest-posix: ''
AIO_CANCELED:
in-latest-posix: ''
AIO_NOTCANCELED:
in-latest-posix: ''
LIO_NOP:
in-latest-posix: ''
LIO_NOWAIT:
in-latest-posix: ''
LIO_READ:
in-latest-posix: ''
LIO_WAIT:
in-latest-posix: ''
LIO_WRITE:
in-latest-posix: ''

functions:
aio_buf:
in-latest-posix: ''
aio_cancel:
in-latest-posix: ''
aio_error:
in-latest-posix: ''
aio_fildes:
in-latest-posix: ''
aio_fsync:
in-latest-posix: ''
aio_lio_opcode:
in-latest-posix: ''
aio_nbytes:
in-latest-posix: ''
aio_offset:
in-latest-posix: ''
aio_read:
in-latest-posix: ''
aio_reqprio:
in-latest-posix: ''
aio_return:
in-latest-posix: ''
aio_sigevent:
in-latest-posix: ''
aio_suspend:
in-latest-posix: ''
aio_write:
in-latest-posix: ''
lio_listio:
in-latest-posix: ''
Loading