aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__xstat64.c
blob: f02358bdeff6c35a9cd71d646b3bc662e32dab90 (plain)
1
2
3
4
5
6
7
8
9
10
/* 
 * static int
 * wrap___xstat64(int ver, const char *path, struct stat64 *buf) {
 *	int rc = -1;
 */
	rc = wrap___fxstatat64(ver, AT_FDCWD, path, buf, 0);

/*	return rc;
 * }
 */