aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/posix_close.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* add posix_close, accepted for inclusion in the next issue of POSIXRich Felker2013-12-061-0/+6
this is purely a wrapper for close since Linux does not support EINTR semantics for the close syscall.