Skip to content

Commit def86f6

Browse files
committed
linux_like: Android test ignores IPPROTO_MPTCP temporary
1 parent e1e3dd6 commit def86f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,9 @@ fn test_android(target: &str) {
17881788
// kernel 5.10 minimum required
17891789
"MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_RSEQ" | "MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ" => true,
17901790

1791+
// kernel 5.6 minimum required
1792+
"IPPROTO_MPTCP" => true,
1793+
17911794
_ => false,
17921795
}
17931796
});

0 commit comments

Comments
 (0)