Commit e3dec33ba (powerpc: Add TLS and NPTL support) introduced a duplicate of _dl_add_to_slotinfo and _dl_initial_error_catch_tsd declarations.
Signed-off-by: Baruch Siach <[email protected]> --- ldso/include/ldso.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 1e04653..e237885 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -96,10 +96,6 @@ extern void _dl_add_to_slotinfo (struct link_map *l); extern void ** __attribute__ ((const)) _dl_initial_error_catch_tsd (void); #endif -#ifdef USE_TLS -void _dl_add_to_slotinfo (struct link_map *l); -void ** __attribute__ ((const)) _dl_initial_error_catch_tsd (void); -#endif #ifdef __SUPPORT_LD_DEBUG__ extern char *_dl_debug; extern char *_dl_debug_symbols; -- 1.8.4.rc3 _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
