aboutsummaryrefslogtreecommitdiff
path: root/src/aio/aio_readwrite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker2011-09-281-1/+1
* fix return types for aio_read and aio_write again•••previous fix was backwards and propagated the wrong type rather than the right one... Rich Felker2011-09-131-2/+2
* implement POSIX asynchronous io•••some features are not yet supported, and only minimal testing has been performed. should be considered experimental at this point. Rich Felker2011-09-091-0/+104