summaryrefslogtreecommitdiff
path: root/src/aio/lio_listio.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker1-2/+0
2019-07-10fix restrict violations in internal use of several functionsSamuel Holland1-3/+3
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker1-1/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2014-09-05add missing legacy LFS *64 symbol aliasesSzabolcs Nagy1-0/+1
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 uninitialized variable in lio (aio) codeRich Felker1-1/+1
2013-01-13fix lio_listio return value in LIO_WAIT modeSzabolcs Nagy1-1/+1
2012-12-04use alternate argument syntax for restrict with lio_listioRich Felker1-1/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker1-0/+3
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