static void envclose(Chan *c) { /* * cclose can't fail, so errors from remove will be ignored. * since permissions aren't checked, * envremove can't not remove it if its there. */ if(c->flag & CRCLOSE) envremove(c); }
static void envclose(Chan * c) { if(c->flag & CRCLOSE) envremove(c); }