about summary refs log tree commit diff
path: root/src/aio/lio_listio.c
Commit message (Expand)AuthorAgeFilesLines
* fix restrict violations in internal use of several functionsSamuel Holland2019-07-101-3/+3
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-1/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* add missing legacy LFS *64 symbol aliasesSzabolcs Nagy2014-09-051-0/+1
* eliminate use of cached pid from thread structureRich Felker2014-07-051-1/+1
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-1/+1
* fix uninitialized variable in lio (aio) codeRich Felker2013-06-161-1/+1
* fix lio_listio return value in LIO_WAIT modeSzabolcs Nagy2013-01-131-1/+1
* use alternate argument syntax for restrict with lio_listioRich Felker2012-12-041-1/+1
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+3
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+2
* fix idiotic const-correctness error in lio_listioRich Felker2011-09-161-1/+1
* implement POSIX asynchronous ioRich Felker2011-09-091-0/+140