conformtest: correct set of standards for which some headers are tested.
[glibc.git] / conform / data / sys / statvfs.h-data
blobfa56fbeee1416be42b84e337968e58dec1676d40
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
2 type {struct statvfs}
4 element {struct statvfs} {unsigned long} f_bsize
5 element {struct statvfs} {unsigned long} f_frsize
6 element {struct statvfs} fsblkcnt_t f_blocks
7 element {struct statvfs} fsblkcnt_t f_bfree
8 element {struct statvfs} fsblkcnt_t f_bavail
9 element {struct statvfs} fsfilcnt_t f_files
10 element {struct statvfs} fsfilcnt_t f_ffree
11 element {struct statvfs} fsfilcnt_t f_favail
12 element {struct statvfs} {unsigned long} f_fsid
13 element {struct statvfs} {unsigned long} f_flag
14 element {struct statvfs} {unsigned long} f_namemax
16 type fsblkcnt_t
17 type fsfilcnt_t
19 constant ST_RDONLY
20 constant ST_NOSUID
22 function int statvfs (const char*, struct statvfs*)
23 function int fstatvfs (int, struct statvfs*)
25 allow f_*
26 allow ST_*
27 allow *_t
28 #endif