blob: fa3045386d367c856dc134b27ef5fe866e575b8f [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef _SYS_STATVFS_H
2#include <io/sys/statvfs.h>
3
4#ifndef _ISOMAC
5/* Now define the internal interfaces. */
6extern int __statvfs64 (const char *__file, struct statvfs64 *__buf);
7extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf);
8
9libc_hidden_proto (statvfs)
10libc_hidden_proto (fstatvfs)
11#endif
12#endif