summaryrefslogtreecommitdiff
path: root/src/aio/aio_readwrite.c
AgeCommit message (Expand)AuthorLines
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-1/+1
2013-06-16fix invalid access in aio notificationRich Felker-1/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+3
2011-09-28stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker-1/+1
2011-09-13fix return types for aio_read and aio_write againRich Felker-2/+2
2011-09-09implement POSIX asynchronous ioRich Felker-0/+104