From b5fff1d13a0a7a0de611c60eaee909fd598d6881 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sat, 22 Apr 2023 20:36:53 +0800 Subject: linux_like: Android test ignores IPPROTO_MPTCP temporary --- libc-test/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc-test/build.rs b/libc-test/build.rs index 85536110cf..65a3b26712 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1795,6 +1795,8 @@ fn test_android(target: &str) { | "MADV_POPULATE_READ" | "MADV_POPULATE_WRITE" => true, + // kernel 5.6 minimum required + "IPPROTO_MPTCP" => true, _ => false, } -- cgit v1.2.1