Unroll x86-64 strlen
[glibc.git] / include / sys / statvfs.h
blobb3c6a35c647601f4affb177d9d29113abb5fb389
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);
8 libc_hidden_proto (statvfs)
9 libc_hidden_proto (fstatvfs)
10 #endif