brintos

brintos / llvm-project-archived public Read only

0
0
Text · 624 B · e30c76c Raw
36 lines · yaml
1macros: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 19functions:20  aio_cancel:21    in-latest-posix: ''22  aio_error:23    in-latest-posix: ''24  aio_fsync:25    in-latest-posix: ''26  aio_read:27    in-latest-posix: ''28  aio_return:29    in-latest-posix: ''30  aio_suspend:31    in-latest-posix: ''32  aio_write:33    in-latest-posix: ''34  lio_listio:35    in-latest-posix: ''36