summaryrefslogtreecommitdiff
path: root/src/aio/aio_error.c
AgeCommit message (Collapse)AuthorLines
2014-09-05add missing legacy LFS *64 symbol aliasesSzabolcs Nagy-0/+3
versionsort64, aio*64 and lio*64 symbols were missing, they are only needed for glibc ABI compatibility, on the source level dirent.h and aio.h already redirect them.
2011-09-14fix inconsistent signature for aio_errorRich Felker-1/+1
2011-09-09implement POSIX asynchronous ioRich Felker-0/+6
some features are not yet supported, and only minimal testing has been performed. should be considered experimental at this point.