Skip to content

Commit a8f02e9

Browse files
committed
Ignore FUTEX_LOCK_PI2 in tests
FUTEX_LOCK_PI2 was added in Linux 5.14, which the automated tests do not yet use.
1 parent 654cc69 commit a8f02e9

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
@@ -3187,6 +3187,9 @@ fn test_linux(target: &str) {
31873187
// present in recent kernels only
31883188
"PR_PAC_SET_ENABLED_KEYS" | "PR_PAC_GET_ENABLED_KEYS" => true,
31893189

3190+
// Added in Linux 5.14
3191+
"FUTEX_LOCK_PI2" => true,
3192+
31903193
_ => false,
31913194
}
31923195
});

0 commit comments

Comments
 (0)