coproc_getfd
if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
if ((fd = coproc_getfd(R_OK, &emsg)) < 0) {
return coproc_getfd(mode, emsgp);
int coproc_getfd(int, const char **);