Skip to content

Commit 305c501

Browse files
committed
Added a skip for MREMAP_DONTUNMAP and a FIXME stating the kernel version required
1 parent 5915466 commit 305c501

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2795,6 +2795,9 @@ fn test_linux(target: &str) {
27952795
// Require Linux kernel 5.6:
27962796
"VMADDR_CID_LOCAL" => true,
27972797

2798+
// Requires Linux kernel 5.7:
2799+
"MREMAP_DONTUNMAP" => true,
2800+
27982801
// IPPROTO_MAX was increased in 5.6 for IPPROTO_MPTCP:
27992802
| "IPPROTO_MAX"
28002803
| "IPPROTO_MPTCP" => true,

0 commit comments

Comments
 (0)