mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Merge branch 'struct-member' into 'master'
Meson: Add missing checks for struct members See merge request GNOME/glib!113
This commit is contained in:
commit
efb5d50010
@ -304,6 +304,10 @@ struct_members = [
|
||||
[ 'statfs', 'f_bavail', struct_stat_blkprefix ],
|
||||
[ 'dirent', 'd_type', '''#include <sys/types.h>
|
||||
#include <dirent.h>''' ],
|
||||
[ 'statvfs', 'f_basetype', '#include <sys/statvfs.h>' ],
|
||||
[ 'statvfs', 'f_fstypename', '#include <sys/statvfs.h>' ],
|
||||
[ 'tm', 'tm_gmtoff', '#include <time.h>' ],
|
||||
[ 'tm', '__tm_gmtoff', '#include <time.h>' ],
|
||||
]
|
||||
|
||||
foreach m : struct_members
|
||||
|
Loading…
Reference in New Issue
Block a user