diff --git a/libc-test/build.rs b/libc-test/build.rs index d5bf3ea61ba39..c45cedf4a186b 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,