| 1 | #ifndef _SYS_STATVFS_H | 
|---|---|
| 2 | #include <io/sys/statvfs.h> | 
| 3 | |
| 4 | #ifndef _ISOMAC | 
| 5 | /* Now define the internal interfaces. */ | 
| 6 | extern int __statvfs64 (const char *__file, struct statvfs64 *__buf) | 
| 7 | attribute_hidden; | 
| 8 | extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf) | 
| 9 | attribute_hidden; | 
| 10 | |
| 11 | libc_hidden_proto (statvfs) | 
| 12 | libc_hidden_proto (fstatvfs) | 
| 13 | #endif | 
| 14 | #endif | 
| 15 | 
