about summary refs log tree commit diff
path: root/src/aio/aio_suspend.c
Commit message (Expand)AuthorAgeFilesLines
* move aio implementation details to a proper internal headerRich Felker2020-10-141-0/+1
* disable lfs64 aliases for remapped time64 functionsRich Felker2019-10-281-0/+2
* 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
* move additional pthread internal declarations to pthread_impl.h, hideRich Felker2018-09-121-2/+0
* make aio_suspend a cancellation point and properly handle cancellationRich Felker2015-03-021-3/+9
* factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker2015-03-021-1/+1
* overhaul aio implementation for correctnessRich Felker2015-02-131-33/+46
* add missing legacy LFS *64 symbol aliasesSzabolcs Nagy2014-09-051-0/+3
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-1/+1
* implement POSIX asynchronous ioRich Felker2011-09-091-0/+57