Searched defs:close (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dclose.cpp34 int close(int fd) { function
37 // POSIX says that if close returns with EINTR, the fd must not be closed.
40 // with the state after EINTR being undefined, and EINPROGRESS for the case where close
43 // that close only returns -1 if it failed. Unlike other system calls, I have real
44 // difficulty even imagining a caller that would need to know that close was interrupted
50 // Since callers don't know ahead of time whether close will legitimately fail, they need

Completed in 115 milliseconds