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

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

/*
 * }
 */