History log of /seL4-refos-master/libs/libmuslc/src/unistd/posix_close.c
Revision Date Author Comments
# 8708e137 06-Dec-2013 Rich Felker <dalias@aerifal.cx>

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.