2.9
[glibc/nacl-glibc.git] / include / sys / statfs.h
blob80786a71f89f40a06d12090c705217707575bb69
1 #ifndef _SYS_STATFS_H
2 #include <io/sys/statfs.h>
4 /* Now define the internal interfaces. */
5 extern int __statfs (__const char *__file, struct statfs *__buf);
6 libc_hidden_proto (__statfs)
7 extern int __fstatfs (int __fildes, struct statfs *__buf);
8 extern int __statfs64 (__const char *__file, struct statfs64 *__buf);
9 extern int __fstatfs64 (int __fildes, struct statfs64 *__buf);
10 #endif