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