Correctly handle m68k long double format.
[glibc/pb-stable.git] / include / sys / statfs.h
blob1df3d8c270fa850df010946bc5c18a50105c512e
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 extern int __fstatfs (int __fildes, struct statfs *__buf);
7 extern int __statfs64 (__const char *__file, struct statfs64 *__buf);
8 extern int __fstatfs64 (int __fildes, struct statfs64 *__buf);
9 #endif