statvfs.h 340 B

12345678910111213
  1. #ifndef _SYS_STATVFS_H
  2. #include <io/sys/statvfs.h>
  3. #ifndef _ISOMAC
  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)
  7. attribute_hidden;
  8. libc_hidden_proto (statvfs)
  9. libc_hidden_proto (fstatvfs)
  10. #endif
  11. #endif