about summary refs log tree commit diff
path: root/src/aio
Commit message (Expand)AuthorAgeFilesLines
* stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker2011-09-281-1/+1
* fix idiotic const-correctness error in lio_listioRich Felker2011-09-161-1/+1
* fix inconsistent signature for aio_errorRich Felker2011-09-141-1/+1
* fix return types for aio_read and aio_write againRich Felker2011-09-131-2/+2
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-1/+1
* implement POSIX asynchronous ioRich Felker2011-09-097-0/+338