[git commit] ldso: remove duplicate function declarations
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Wed Nov 6 21:22:00 UTC 2013
commit: http://git.uclibc.org/uClibc/commit/?id=83a9e1f89b20ece09b5da3caa1b537cf01964fe8
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
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 at tkos.co.il>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
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 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;
More information about the uClibc-cvs
mailing list