Don't use multi-line string literals.
[glibc.git] / include / sys / statvfs.h
blob40acf9db165f8097f082ec5e98e2dab20a2086fa
1 #ifndef _SYS_STATVFS_H
2 #include <io/sys/statvfs.h>
4 /* Now define the internal interfaces. */
5 extern int __statvfs64 (__const char *__file, struct statvfs64 *__buf);
6 extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf);
7 #endif