summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d5bf3ea61b..c45cedf4a1 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -332,6 +332,9 @@ fn test_apple(target: &str) {
// close calls the close_nocancel system call
"close" => true,
+ // FIXME: libstd removed libresolv support: https://github.com/rust-lang/rust/pull/102766
+ "res_init" => true,
+
// FIXME: remove once the target in CI is updated
"pthread_jit_write_freeze_callbacks_np" => true,