We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6368e5 commit 4cd4fefCopy full SHA for 4cd4fef
test/test_sched.rs
@@ -43,6 +43,7 @@ fn test_sched_affinity() {
43
sched_setaffinity(Pid::from_raw(0), &initial_affinity).unwrap();
44
}
45
46
+#[cfg(not(target_env = "musl"))]
47
#[test]
48
fn test_sched_priority() {
49
let pid = Pid::from_raw(0);
0 commit comments