Implement support for getvfsstat(2)

Change-Id: I99b697919d411c57105de561105beefc7d1d309a
This commit is contained in:
David van Moolenbroek
2013-08-20 01:39:47 +02:00
committed by Lionel Sambuc
parent 7113bcb896
commit 266239fe64
26 changed files with 267 additions and 88 deletions

View File

@@ -111,9 +111,13 @@ struct statvfs {
#define ST_NOTRUNC __MNT_UNUSED1
#endif /* !__minix*/
#define ST_WAIT MNT_WAIT
#define ST_NOWAIT MNT_NOWAIT
__BEGIN_DECLS
int statvfs(const char *__restrict, struct statvfs *__restrict);
int fstatvfs(int, struct statvfs *);
int getvfsstat(struct statvfs *, size_t, int);
__END_DECLS
#endif /* !_SYS_STATVFS_H_ */