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

	rc = real_statvfs(path, buf);

/*	return rc;
 * }
 */