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.
res_init
1 parent 09ad0b3 commit 8081c99Copy full SHA for 8081c99
libc-test/build.rs
@@ -332,6 +332,9 @@ fn test_apple(target: &str) {
332
// close calls the close_nocancel system call
333
"close" => true,
334
335
+ // FIXME: libstd removed libresolv support: https://github.com/rust-lang/rust/pull/102766
336
+ "res_init" => true,
337
+
338
// FIXME: remove once the target in CI is updated
339
"pthread_jit_write_freeze_callbacks_np" => true,
340
0 commit comments