File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ if (SPHINX_FOUND)
3232 # math.h), those should be omitted and exist statically in
3333 # libc/docs/headers/.
3434 list (APPEND docgen_list
35+ aio
3536 arpa/inet
3637 assert
3738 ctype
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Implementation Status
44.. toctree ::
55 :maxdepth: 1
66
7+ aio
78 arpa/inet
89 assert
910 complex
Original file line number Diff line number Diff line change 1+ macros :
2+ AIO_ALLDONE :
3+ in-latest-posix : ' '
4+ AIO_CANCELED :
5+ in-latest-posix : ' '
6+ AIO_NOTCANCELED :
7+ in-latest-posix : ' '
8+ LIO_NOP :
9+ in-latest-posix : ' '
10+ LIO_NOWAIT :
11+ in-latest-posix : ' '
12+ LIO_READ :
13+ in-latest-posix : ' '
14+ LIO_WAIT :
15+ in-latest-posix : ' '
16+ LIO_WRITE :
17+ in-latest-posix : ' '
18+
19+ functions :
20+ aio_fildes :
21+ in-latest-posix : ' '
22+ aio_offset :
23+ in-latest-posix : ' '
24+ aio_buf :
25+ in-latest-posix : ' '
26+ aio_nbytes :
27+ in-latest-posix : ' '
28+ aio_reqprio :
29+ in-latest-posix : ' '
30+ aio_sigevent :
31+ in-latest-posix : ' '
32+ aio_lio_opcode :
33+ in-latest-posix : ' '
34+ aio_cancel :
35+ in-latest-posix : ' '
36+ aio_error :
37+ in-latest-posix : ' '
38+ aio_fsync :
39+ in-latest-posix : ' '
40+ aio_read :
41+ in-latest-posix : ' '
42+ aio_return :
43+ in-latest-posix : ' '
44+ aio_suspend :
45+ in-latest-posix : ' '
46+ aio_write :
47+ in-latest-posix : ' '
48+ lio_listio :
49+ in-latest-posix : ' '
You can’t perform that action at this time.
0 commit comments