summaryrefslogtreecommitdiff
path: root/src/aio/aio_readwrite.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-05add missing legacy LFS *64 symbol aliasesSzabolcs Nagy1-0/+3
2014-07-05eliminate use of cached pid from thread structureRich Felker1-1/+1
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy1-1/+1
2013-06-16fix invalid access in aio notificationRich Felker1-1/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker1-0/+3
2011-09-28stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker1-1/+1
2011-09-13fix return types for aio_read and aio_write againRich Felker1-2/+2
2011-09-09implement POSIX asynchronous ioRich Felker1-0/+104