Skip to content

Commit

Permalink
ignore MADV_DONTNEED_LOCKED
Browse files Browse the repository at this point in the history
  • Loading branch information
tatref committed Mar 28, 2023
1 parent 2aacd25 commit e9cdce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/build.rs
Expand Up @@ -3716,6 +3716,7 @@ fn test_linux(target: &str) {
| "IFLA_TSO_MAX_SIZE" // linux v5.18+
| "IFLA_TSO_MAX_SEGS" // linux v5.18+
| "IFLA_ALLMULTI" // linux v6.0+
| "MADV_DONTNEED_LOCKED" // linux v5.18+
=> true,
"SCTP_FUTURE_ASSOC" | "SCTP_CURRENT_ASSOC" | "SCTP_ALL_ASSOC" | "SCTP_PEER_ADDR_THLDS_V2" => true, // linux 5.5+

Expand Down

0 comments on commit e9cdce7

Please sign in to comment.