summaryrefslogtreecommitdiff
path: root/ldso/include
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 /ldso/include
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 'ldso/include')
-rw-r--r--ldso/include/ldsodefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/ldsodefs.h b/ldso/include/ldsodefs.h
index 0c15254c1..8f601e944 100644
--- a/ldso/include/ldsodefs.h
+++ b/ldso/include/ldsodefs.h
@@ -79,7 +79,7 @@ extern void *_dl_allocate_tls_init (void *) internal_function;
/* Deallocate memory allocated with _dl_allocate_tls. */
extern void _dl_deallocate_tls (void *tcb, bool dealloc_tcb) internal_function;
-extern void _dl_nothread_init_static_tls (struct link_map *) internal_function attribute_hidden;
+extern void _dl_nothread_init_static_tls (struct link_map *) attribute_hidden;
/* Highest dtv index currently needed. */
EXTERN size_t _dl_tls_max_dtv_idx;