diff options
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r-- | libc-test/build.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index ac0f996fc4..7381fd87fc 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -3669,6 +3669,9 @@ fn test_linux(target: &str) { // FIXME: requires Linux >= 5.7: "MREMAP_DONTUNMAP" if musl || sparc64 => true, + // FIXME: requires Linux >= v5.8 + "IF_LINK_MODE_TESTING" if musl || sparc64 => true, + // FIXME: Requires more recent kernel headers (5.9 / 5.11): | "CLOSE_RANGE_UNSHARE" | "CLOSE_RANGE_CLOEXEC" if musl || sparc64 => true, |