summaryrefslogtreecommitdiff
path: root/src/unistd/close.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14move aio implementation details to a proper internal headerRich Felker1-0/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2015-02-20map interruption of close by signal to success rather than EINPROGRESSRich Felker1-1/+1
2015-02-13overhaul aio implementation for correctnessRich Felker1-0/+8
2012-09-24fix handling of EINTR during close()Rich Felker1-1/+4
2011-04-18remove bogus extra logic for close cancellabilityRich Felker1-3/+1
2011-04-17overhaul pthread cancellationRich Felker1-3/+2
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+11