summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2017-04-28 22:23:58 -0400
committerJon Gjengset <jon@thesquareplanet.com>2017-04-28 22:23:58 -0400
commitb8f58386757a67442c580124990127dd4b1c376d (patch)
tree87508a74099604c607dce28a8a7f7107a9e818a5
parentafebd981318c61b45f35ad7792c7ea32e741ebcc (diff)
downloadrust-libc-b8f58386757a67442c580124990127dd4b1c376d.tar.gz
OpenBSD also uses res_init like NetBSD?
-rw-r--r--src/unix/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/mod.rs b/src/unix/mod.rs
index 611171a2c1..54b27150ec 100644
--- a/src/unix/mod.rs
+++ b/src/unix/mod.rs
@@ -713,6 +713,7 @@ extern {
not(target_os = "macos"),
not(target_os = "ios"),
not(target_os = "netbsd"),
+ not(target_os = "openbsd"),
not(target_os = "solaris"),
not(target_env = "musl")
),