blob: e34ad029653668123f94de3b9efff6f17dec87ae [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef _SYS_STATFS_H
2#include <io/sys/statfs.h>
3
4/* Now define the internal interfaces. */
5extern int __statfs (const char *__file, struct statfs *__buf);
6libc_hidden_proto (__statfs)
7extern int __fstatfs (int __fildes, struct statfs *__buf);
8extern int __statfs64 (const char *__file, struct statfs64 *__buf);
9extern int __fstatfs64 (int __fildes, struct statfs64 *__buf);
10#endif