소스 검색

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>
Will Newton 12 년 전
부모
커밋
7bda8c5238
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      libc/inet/resolv.c

+ 0 - 5
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