aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/eaccess.c
blob: e2119cc596a85148b00a9270f00ccb2d6ebb0711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static int
 * wrap_eaccess(const char *path, int mode) {
 *	int rc = -1;
 */

	rc = wrap_access(path, mode);

/*	return rc;
 * }
 */