summaryrefslogtreecommitdiff
path: root/libc/resolv/res_libc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/resolv/res_libc.c')
-rw-r--r--libc/resolv/res_libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/resolv/res_libc.c b/libc/resolv/res_libc.c
index cba040aea..b3b0c4e67 100644
--- a/libc/resolv/res_libc.c
+++ b/libc/resolv/res_libc.c
@@ -144,7 +144,7 @@ extern __thread struct __res_state *__libc_resp
/* We declare this with compat_symbol so that it's not
visible at link time. Programs must use the accessor functions. */
-#if defined HAVE_ELF && defined SHARED
+#if defined SHARED
# include <shlib-compat.h>
invisible_compat_symbol (libc, _res, GLIBC_2_0);
#endif