summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r--libc/inet/resolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index 4087f8db8..ee1323e76 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -3018,7 +3018,7 @@ __thread struct __res_state *__resp = &_res;
* relocations.
*/
extern __thread struct __res_state *__libc_resp
- __attribute__ ((alias ("__resp")));
+ __attribute__ ((alias ("__resp"))) attribute_hidden;
# else
# undef __resp
struct __res_state *__resp = &_res;