Update.
[glibc.git] / include / sys / statfs.h
blob80c8834be48950f4513fbc053266f1c4c308e83b
1 #ifndef _SYS_STATFS_H
2 #include <io/sys/statfs.h>
4 /* Now define the internal interfaces. */
5 extern int __statfs __P ((__const char *__file, struct statfs *__buf));
6 extern int __fstatfs __P ((int __fildes, struct statfs *__buf));
7 #endif