summaryrefslogtreecommitdiff
path: root/src/unistd/posix_close.c
AgeCommit message (Collapse)AuthorLines
2013-12-06add posix_close, accepted for inclusion in the next issue of POSIXRich Felker-0/+6
this is purely a wrapper for close since Linux does not support EINTR semantics for the close syscall.