2 #include <io/sys/statfs.h>
6 /* Now define the internal interfaces. */
7 extern int __statfs (const char *__file
, struct statfs
*__buf
);
8 libc_hidden_proto (__statfs
)
9 extern int __fstatfs (int __fildes
, struct statfs
*__buf
);
10 libc_hidden_proto (__fstatfs
)
11 extern int __statfs64 (const char *__file
, struct statfs64
*__buf
)
13 extern int __fstatfs64 (int __fildes
, struct statfs64
*__buf
);
15 # endif /* !_ISOMAC */