Searched refs:use_pread (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c797 int use_pread; local
813 use_pread = 1;
830 * FIXME: If we get a write error when use_pread==1, it should be safe to
846 if (use_pread)
856 if (use_pread && nsent == 0 && (errno == EIO || errno == ESPIPE)) {
857 use_pread = 0;

Completed in 195 milliseconds