[PATCH 1/2] libc/inet/resolv.c: Remove obsolete comment.
Will Newton
will.newton at gmail.com
Fri Jun 29 13:52:03 UTC 2012
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 at imgtec.com>
---
libc/inet/resolv.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index e9f550b..2c0caa4 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
--
1.7.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libc-inet-resolv.c-Remove-obsolete-comment.patch
Type: application/octet-stream
Size: 1116 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20120629/e49351d2/attachment.obj>
More information about the uClibc
mailing list