about summary refs log tree commit diff
path: root/src/unistd/close.c
Commit message (Expand)AuthorAgeFilesLines
* move aio implementation details to a proper internal headerRich Felker2020-10-141-0/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* map interruption of close by signal to success rather than EINPROGRESSRich Felker2015-02-201-1/+1
* overhaul aio implementation for correctnessRich Felker2015-02-131-0/+8
* fix handling of EINTR during close()Rich Felker2012-09-241-1/+4
* remove bogus extra logic for close cancellabilityRich Felker2011-04-181-3/+1
* overhaul pthread cancellationRich Felker2011-04-171-3/+2
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+11