summaryrefslogtreecommitdiff
path: root/libc/inet
diff options
context:
space:
mode:
authorWill Newton <will.newton@imgtec.com>2012-06-29 14:42:41 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-08-04 19:49:30 +0200
commit7bda8c523818acd88276191284d6a7e7ca0e8dc0 (patch)
tree367a348cb795c25a346b627fba87f5ce3efc1a72 /libc/inet
parent0e28f4b8908d69640fde017ec38cefaebe020f27 (diff)
libc/inet/resolv.c: Remove obsolete comment.
The definition of __resp has been hidden for some years (commit 22de495d). Remove the comment suggesting that it is not. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet')
-rw-r--r--libc/inet/resolv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index e9f550b94..2c0caa4f0 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -3591,11 +3591,6 @@ struct __res_state _res __attribute__((section (".bss"))) attribute_hidden;
# if defined __UCLIBC_HAS_TLS__
# undef __resp
__thread struct __res_state *__resp = &_res;
-/*
- * FIXME: Add usage of hidden attribute for this when used in the shared
- * library. It currently crashes the linker when doing section
- * relocations.
- */
extern __thread struct __res_state *__libc_resp
__attribute__ ((alias ("__resp"))) attribute_hidden;
# else