1#ifndef _SYS_STATFS_H
2#include <io/sys/statfs.h>
3
4# ifndef _ISOMAC
5
6/* Now define the internal interfaces. */
7extern int __statfs (const char *__file, struct statfs *__buf);
8libc_hidden_proto (__statfs)
9extern int __fstatfs (int __fildes, struct statfs *__buf);
10libc_hidden_proto (__fstatfs)
11extern int __statfs64 (const char *__file, struct statfs64 *__buf)
12 attribute_hidden;
13extern int __fstatfs64 (int __fildes, struct statfs64 *__buf);
14
15# endif /* !_ISOMAC */
16#endif
17

source code of glibc/include/sys/statfs.h