Skip to content

Commit

Permalink
Ignore FUTEX_LOCK_PI2 in tests
Browse files Browse the repository at this point in the history
FUTEX_LOCK_PI2 was added in Linux 5.14, which the automated tests do not yet use.
  • Loading branch information
rtzoeller committed Aug 14, 2022
1 parent 654cc69 commit a8f02e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Expand Up @@ -3187,6 +3187,9 @@ fn test_linux(target: &str) {
// present in recent kernels only
"PR_PAC_SET_ENABLED_KEYS" | "PR_PAC_GET_ENABLED_KEYS" => true,

// Added in Linux 5.14
"FUTEX_LOCK_PI2" => true,

_ => false,
}
});
Expand Down

0 comments on commit a8f02e9

Please sign in to comment.