summaryrefslogtreecommitdiff
path: root/libc/misc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-27 13:46:00 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-27 13:46:00 +0200
commitbf735eb494ce184345c23ead87d7e05810c4d886 (patch)
treef1893b8802126c2d4f85d3d87da392ac30fe6763 /libc/misc
parentba97a399c28c081a65c7f2389c3a4b0cf66ee33a (diff)
silence warning about incompatible types with _dl_init_static_tls
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/elf/dl-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/elf/dl-support.c b/libc/misc/elf/dl-support.c
index 665b62a24..f1946924c 100644
--- a/libc/misc/elf/dl-support.c
+++ b/libc/misc/elf/dl-support.c
@@ -44,7 +44,7 @@ void internal_function _dl_aux_init (ElfW(auxv_t) *av)
libpthread implementations should provide their own hook
to handle all threads. */
void
-internal_function
+attribute_hidden
_dl_nothread_init_static_tls (struct link_map *map)
{
# if defined(TLS_TCB_AT_TP)