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