aboutsummaryrefslogtreecommitdiffstats
path: root/guts/euidaccess.c
blob: c69a7f19e51bf7157905025fedf8791c7aed254e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_euidaccess(const char *path, int mode) {
 *	int rc = -1;
 */

	rc = wrap_access(path, mode);

/*	return rc;
 * }
 */