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

	rc = wrap___fxstatat64(ver, AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);

/*
 * }
 */