add posix_close, accepted for inclusion in the next issue of POSIX
authorRich Felker <dalias@aerifal.cx>
Sat, 7 Dec 2013 02:59:01 +0000 (21:59 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 7 Dec 2013 02:59:01 +0000 (21:59 -0500)
commit8708e137d68480f4b996bfec2cd2ca596f1105d7
tree557cdc970bfca0581f4119d352bf01f59d3d2199
parentae71a43b02b2f672b47d305f4d15a9011756e301
add posix_close, accepted for inclusion in the next issue of POSIX

this is purely a wrapper for close since Linux does not support EINTR
semantics for the close syscall.
include/unistd.h
src/unistd/posix_close.c [new file with mode: 0644]