about summary refs log tree commit diff
path: root/src/aio/lio_listio.c
Commit message (Collapse)AuthorAgeFilesLines
* fix idiotic const-correctness error in lio_listioRich Felker2011-09-161-1/+1
| | | | | i blame this one on posix for using hideous const-qualified double pointers which are unusable without hideous casts.
* implement POSIX asynchronous ioRich Felker2011-09-091-0/+140
some features are not yet supported, and only minimal testing has been performed. should be considered experimental at this point.