misc: tst-poll: Proper synchronize with child before sending the signal
[glibc.git] / include / sys / statvfs.h
blobd7fe33119ac16771c78d5269eb7c07f58adbee09
1 #ifndef _SYS_STATVFS_H
2 #include <io/sys/statvfs.h>
4 #ifndef _ISOMAC
5 /* Now define the internal interfaces. */
6 extern int __statvfs64 (const char *__file, struct statvfs64 *__buf);
7 extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf)
8 attribute_hidden;
10 libc_hidden_proto (statvfs)
11 libc_hidden_proto (fstatvfs)
12 #endif
13 #endif