aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__lxstat64.c
blob: ac1f7827db91044686f08fa2d5b65fe99e245c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2008-2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * 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);

/*
 * }
 */