aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/fstat.c
blob: 2cf278758cc1213409f953a120d8e2ea2b966a74 (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 fstat(int fd, struct stat *buf)
 *	int rc = -1;
 */

	rc = wrap___fxstat(_STAT_VER, fd, buf);

/*	return rc;
 * }
 */