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

	rc = real_statvfs(path, buf);

/*	return rc;
 * }
 */