aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__xstat.c
blob: ef2e36319300d75f37e09a0787db11fd78e3dff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap___xstat(int ver, const char *path, struct stat *buf) {
 *	int rc = -1;
 */

	rc = wrap___fxstatat(ver, AT_FDCWD, path, buf, 0);

/*	return rc;
 * }
 */