From bf735eb494ce184345c23ead87d7e05810c4d886 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 27 Jul 2010 13:46:00 +0200 Subject: silence warning about incompatible types with _dl_init_static_tls Signed-off-by: Bernhard Reutner-Fischer --- ldso/ldso/dl-tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/dl-tls.c') diff --git a/ldso/ldso/dl-tls.c b/ldso/ldso/dl-tls.c index 21c16dc19..43dd5a00a 100644 --- a/ldso/ldso/dl-tls.c +++ b/ldso/ldso/dl-tls.c @@ -176,7 +176,7 @@ fail: libpthread implementations should provide their own hook to handle all threads. */ void -internal_function __attribute_noinline__ +attribute_hidden __attribute_noinline__ _dl_nothread_init_static_tls (struct link_map *map) { # ifdef TLS_TCB_AT_TP -- cgit v1.2.3