/* * static int * wrap_euidaccess(const char *path, int mode) { * int rc = -1; */ rc = wrap_access(path, mode); /* return rc; * } */