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

	rc = wrap_access(path, mode);

/*	return rc;
 * }
 */