x86-64: Add log2f with FMA
[glibc.git] / include / sys / statfs.h
blob8a9f5a7b3b40d495ff501874d26d7b8ca8b42e22
1 #ifndef _SYS_STATFS_H
2 #include <io/sys/statfs.h>
4 # ifndef _ISOMAC
6 /* Now define the internal interfaces. */
7 extern int __statfs (const char *__file, struct statfs *__buf);
8 libc_hidden_proto (__statfs)
9 extern int __fstatfs (int __fildes, struct statfs *__buf)
10 attribute_hidden;
11 extern int __statfs64 (const char *__file, struct statfs64 *__buf)
12 attribute_hidden;
13 extern int __fstatfs64 (int __fildes, struct statfs64 *__buf)
14 attribute_hidden;
16 # endif /* !_ISOMAC */
17 #endif