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 0a2ddae commit b5fff1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit b5fff1d

Please sign in to comment.