about summary refs log tree commit diff
path: root/src/aio/lio_listio.c
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-081-0/+3
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+2
* fix idiotic const-correctness error in lio_listioRich Felker2011-09-161-1/+1
* implement POSIX asynchronous ioRich Felker2011-09-091-0/+140