File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4488,11 +4488,11 @@ fn test_linux(target: &str) {
4488
4488
true
4489
4489
}
4490
4490
4491
- // The `inotify_event` and `cmsghdr` types contain Flexible Array Member fields (the
4492
- // `name` and `data` fields respectively) which have unspecified calling convention.
4493
- // The roundtripping tests deliberately pass the structs by value to check "by value"
4494
- // layout consistency, but this would be UB for the these types.
4491
+ // The following types contain Flexible Array Member fields which have unspecified calling
4492
+ // convention. The roundtripping tests deliberately pass the structs by value to check "by
4493
+ // value" layout consistency, but this would be UB for the these types.
4495
4494
"inotify_event" => true ,
4495
+ "fanotify_event_info_fid" => true ,
4496
4496
"cmsghdr" => true ,
4497
4497
4498
4498
// FIXME: the call ABI of max_align_t is incorrect on these platforms:
You can’t perform that action at this time.
0 commit comments