aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/stat.c
blob: 1fe800ee326f334a55064f0b155a456d3e8c1bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2011 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * int stat(const char *path, struct stat *buf)
 *	int rc = -1;
 */

	rc = wrap___fxstatat(_STAT_VER, AT_FDCWD, path, buf, 0);

/*	return rc;
 * }
 */