Skip to content

Commit

Permalink
linux_like: Android test ignores IPPROTO_MPTCP temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Apr 22, 2023
1 parent e1e3dd6 commit def86f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Expand Up @@ -1788,6 +1788,9 @@ fn test_android(target: &str) {
// kernel 5.10 minimum required
"MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_RSEQ" | "MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ" => true,

// kernel 5.6 minimum required
"IPPROTO_MPTCP" => true,

_ => false,
}
});
Expand Down

0 comments on commit def86f6

Please sign in to comment.