summaryrefslogtreecommitdiff
path: root/src/aio/aio.c
AgeCommit message (Expand)AuthorLines
2018-12-09fix and future-proof against stack overflow in aio io threadsRich Felker-1/+12
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-6/+6
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+2
2015-02-14fix type error (arch-dependent) in new aio codeRich Felker-1/+1
2015-02-13overhaul aio implementation for correctnessRich Felker-0/+378