summaryrefslogtreecommitdiff
path: root/src/aio/aio_suspend.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02make aio_suspend a cancellation point and properly handle cancellationRich Felker1-3/+9
2015-03-02factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker1-1/+1
2015-02-13overhaul aio implementation for correctnessRich Felker1-33/+46
2014-09-05add missing legacy LFS *64 symbol aliasesSzabolcs Nagy1-0/+3
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker1-1/+1
2011-09-09implement POSIX asynchronous ioRich Felker1-0/+57