aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/__xstat64.c
blob: ec74c024e1cd9a4f1951e8af59238322a53268bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 
 * Copyright (c) 2008-2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * SPDX-License-Identifier: LGPL-2.1-only
 *
 * static int
 * wrap___xstat64(int ver, const char *path, struct stat64 *buf) {
 *	int rc = -1;
 */
	rc = wrap___fxstatat64(ver, AT_FDCWD, path, buf, 0);

/*	return rc;
 * }
 */