blob: d6a5bcfe3873d7124b6c5539d66ce35ca333911c (
plain) (
blame)
1
2
3
4
5
6
7
|
#ifndef _SYS_STATFS_H
#include <io/sys/statfs.h>
/* Now define the internal interfaces. */
extern int __statfs (__const char *__file, struct statfs *__buf);
extern int __fstatfs (int __fildes, struct statfs *__buf);
#endif
|