about summary refs log tree commit diff
path: root/src/aio
Commit message (Expand)AuthorAgeFilesLines
* fix lio_listio return value in LIO_WAIT modeSzabolcs Nagy2013-01-131-1/+1
* use alternate argument syntax for restrict with lio_listioRich Felker2012-12-041-1/+1
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-082-0/+6
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+2
* 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