Skip to content

Commit 9c6d6b0

Browse files
committed
t
1 parent b6934d7 commit 9c6d6b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc-test/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,8 @@ fn test_freebsd(target: &str) {
19191919
("stack_t", "ss_sp") if Some(10) == freebsd_ver => true,
19201920

19211921
// There "p_type" macro defined in `resolv.h`.
1922-
("Elf32_Phdr" | "Elf64_Phdr", "p_type") => true,
1922+
("Elf32_Phdr", "p_type") => true,
1923+
("Elf64_Phdr", "p_type") => true,
19231924

19241925
_ => false,
19251926
}

0 commit comments

Comments
 (0)