summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index b42402f08a..00494a6f15 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -321,6 +321,9 @@ fn test_apple(target: &str) {
// close calls the close_nocancel system call
"close" => true,
+ // FIXME: remove once the target in CI is updated
+ "pthread_jit_write_freeze_callbacks_np" => true,
+
_ => false,
}
});