summaryrefslogtreecommitdiff
path: root/src/aio/lio_listio.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-2/+2
2011-09-16fix idiotic const-correctness error in lio_listioRich Felker1-1/+1
2011-09-09implement POSIX asynchronous ioRich Felker1-0/+140