2 #include <io/sys/statvfs.h>
4 /* Now define the internal interfaces. */
5 extern int __statvfs64 (__const
char *__file
, struct statvfs64
*__buf
);
6 extern int __fstatvfs64 (int __fildes
, struct statvfs64
*__buf
);
8 libc_hidden_proto (statvfs
)
9 libc_hidden_proto (fstatvfs
)