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

	rc = wrap___fxstat64(_STAT_VER, fd, buf);

/*	return rc;
 * }
 */