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

	rc = wrap___fxstatat64(ver, AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);

/*
 * }
 */