diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/include/ldso.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 1e0465382..e237885b9 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; |