hppa: Fix clone exit syscall argument passing (BZ#21512)
[glibc.git] / include / sys / statfs.h
blob3fac4a34905641b6caac4240aeb76bec7642d155
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 extern int __statfs64 (const char *__file, struct statfs64 *__buf);
11 extern int __fstatfs64 (int __fildes, struct statfs64 *__buf);
13 # endif /* !_ISOMAC */
14 #endif