Skip to content

Commit b5fff1d

Browse files
committed
linux_like: Android test ignores IPPROTO_MPTCP temporary
1 parent 0a2ddae commit b5fff1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,6 +1795,8 @@ fn test_android(target: &str) {
17951795
| "MADV_POPULATE_READ"
17961796
| "MADV_POPULATE_WRITE" => true,
17971797

1798+
// kernel 5.6 minimum required
1799+
"IPPROTO_MPTCP" => true,
17981800

17991801
_ => false,
18001802
}

0 commit comments

Comments
 (0)