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.
2 parents 8958df1 + 9122de0 commit 3e1bc4bCopy full SHA for 3e1bc4b
libc-test/build.rs
@@ -300,6 +300,9 @@ fn test_apple(target: &str) {
300
// FIXME: actually a union
301
"sigval" => true,
302
303
+ // FIXME: The size is changed in recent macOSes.
304
+ "malloc_zone_t" => true,
305
+
306
_ => false,
307
}
308
});
@@ -341,6 +344,9 @@ fn test_apple(target: &str) {
341
344
// FIXME: remove once the target in CI is updated
342
345
"pthread_jit_write_freeze_callbacks_np" => true,
343
346
347
+ // FIXME: ABI has been changed on recent macOSes.
348
+ "os_unfair_lock_assert_owner" | "os_unfair_lock_assert_not_owner" => true,
349
350
351
352
0 commit comments