diff options
Diffstat (limited to 'include/sys/statvfs.h')
-rw-r--r-- | include/sys/statvfs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h new file mode 100644 index 0000000000..40acf9db16 --- /dev/null +++ b/include/sys/statvfs.h @@ -0,0 +1,7 @@ +#ifndef _SYS_STATVFS_H +#include <io/sys/statvfs.h> + +/* Now define the internal interfaces. */ +extern int __statvfs64 (__const char *__file, struct statvfs64 *__buf); +extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf); +#endif |