summaryrefslogtreecommitdiff
path: root/ldso/include
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2013-08-22 11:42:38 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-11-06 22:22:00 +0100
commit83a9e1f89b20ece09b5da3caa1b537cf01964fe8 (patch)
tree8f9a89339b5c85a23b88f02e9a28e879d2b81a75 /ldso/include
parentf33b9d25385e2adfff6e861410f3f51a71d5bb4f (diff)
ldso: remove duplicate function declarations
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 <baruch@tkos.co.il> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ldso/include')
-rw-r--r--ldso/include/ldso.h4
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;