about summary refs log tree commit diff
path: root/src/unistd/posix_close.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.