Skip to content

Commit 3a43753

Browse files
committed
fixup
1 parent b96f2e3 commit 3a43753

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc-test/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,6 +2486,10 @@ fn test_linux(target: &str) {
24862486
// FIXME: is this necessary?
24872487
"sockaddr_nl" if musl => true,
24882488

2489+
// FIXME: these types have a p_type member but some header
2490+
// has a define p_type __p_type macro that breaks their tests:
2491+
"Elf64_Phdr" | "Elf32_Phdr" => true,
2492+
24892493
// On Linux, the type of `ut_tv` field of `struct utmpx`
24902494
// can be an anonymous struct, so an extra struct,
24912495
// which is absent in glibc, has to be defined.

0 commit comments

Comments
 (0)