about summary refs log tree commit diff
path: root/src/aio/aio_suspend.c
Commit message (Expand)AuthorAgeFilesLines
* 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