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