summaryrefslogtreecommitdiff
path: root/src/aio/aio_suspend.c
AgeCommit message (Expand)AuthorLines
2022-10-19fix use of uninitialized dummy_fut in aio_suspendAlexey Izbyshev-1/+1
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker-4/+0
2020-10-14move aio implementation details to a proper internal headerRich Felker-0/+1
2019-10-28disable lfs64 aliases for remapped time64 functionsRich Felker-0/+2
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-1/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12move additional pthread internal declarations to pthread_impl.h, hideRich Felker-2/+0
2015-03-02make aio_suspend a cancellation point and properly handle cancellationRich Felker-3/+9
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker-1/+1
2015-02-13overhaul aio implementation for correctnessRich Felker-33/+46
2014-09-05add missing legacy LFS *64 symbol aliasesSzabolcs Nagy-0/+3
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker-1/+1
2011-09-09implement POSIX asynchronous ioRich Felker-0/+57