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

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

/*	return rc;
 * }
 */