aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/fstat.c
blob: b089b157db0f077dc9e90d2639348292a9956156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2011 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * SPDX-License-Identifier: LGPL-2.1-only
 *
 * int fstat(int fd, struct stat *buf)
 *	int rc = -1;
 */

	rc = wrap___fxstat(_STAT_VER, fd, buf);

/*	return rc;
 * }
 */