summaryrefslogtreecommitdiff
path: root/src/aio/aio_readwrite.c
AgeCommit message (Collapse)AuthorLines
2011-09-28stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker-1/+1
2011-09-13fix return types for aio_read and aio_write againRich Felker-2/+2
previous fix was backwards and propagated the wrong type rather than the right one...
2011-09-09implement POSIX asynchronous ioRich Felker-0/+104
some features are not yet supported, and only minimal testing has been performed. should be considered experimental at this point.