Skip to content

Commit 5509b35

Browse files
authored
Update aio.yaml to reorder functions and ensure consistency in POSIX documentation
1 parent 1f7433a commit 5509b35

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

libc/utils/docgen/aio.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@ macros:
1717
in-latest-posix: ''
1818

1919
functions:
20-
aio_fildes:
21-
in-latest-posix: ''
22-
aio_offset:
23-
in-latest-posix: ''
2420
aio_buf:
2521
in-latest-posix: ''
26-
aio_nbytes:
22+
aio_cancel:
2723
in-latest-posix: ''
28-
aio_reqprio:
24+
aio_error:
2925
in-latest-posix: ''
30-
aio_sigevent:
26+
aio_fildes:
3127
in-latest-posix: ''
32-
aio_lio_opcode:
28+
aio_fsync:
3329
in-latest-posix: ''
34-
aio_cancel:
30+
aio_lio_opcode:
3531
in-latest-posix: ''
36-
aio_error:
32+
aio_nbytes:
3733
in-latest-posix: ''
38-
aio_fsync:
34+
aio_offset:
3935
in-latest-posix: ''
4036
aio_read:
4137
in-latest-posix: ''
38+
aio_reqprio:
39+
in-latest-posix: ''
4240
aio_return:
4341
in-latest-posix: ''
42+
aio_sigevent:
43+
in-latest-posix: ''
4444
aio_suspend:
4545
in-latest-posix: ''
4646
aio_write:

0 commit comments

Comments
 (0)