summaryrefslogtreecommitdiff
path: root/libc/resolv/res_libc.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-08 16:44:31 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-08 16:44:31 +0000
commit78be84cd747c2e3965bf6c2fd5f702d6ff2f5525 (patch)
treec070a60ef7c5371bef8b7a559442a6920b394c8e /libc/resolv/res_libc.c
parentde06548e980675e65a1e6d850bb8c3a3f7ec638d (diff)
Merge changes between r16568 and r17050 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17051 7b3dc134-2b1b-0410-93df-9e9f96275f8d
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