summaryrefslogtreecommitdiff
path: root/include/aio.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-03remove useless (at best, harmful) feature test checks in aio.hRich Felker1-5/+0
2011-09-28stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker1-1/+1
2011-09-13fix return types for aio_read and aio_write againRich Felker1-2/+2
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker1-2/+2
2011-09-13fix prototypes for aio_read and aio_writeRich Felker1-2/+2
2011-09-09implement POSIX asynchronous ioRich Felker1-0/+60