[git commit] dl-hash.h: remove unused _dl_symbol and unneeded prototypes

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:33 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=1130df6d42fdf1d19d70647d413ee84e5f9ab108
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 ldso/include/dl-hash.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h
index 7bccdca..a2144d1 100644
--- a/ldso/include/dl-hash.h
+++ b/ldso/include/dl-hash.h
@@ -166,17 +166,7 @@ extern char *_dl_find_hash(const char *name, struct r_scope_elem *scope,
 		struct elf_resolve *mytpnt, int type_class,
 		struct symbol_ref *symbol);
 
-extern int _dl_linux_dynamic_link(void);
-
 extern char * _dl_library_path;
-extern char * _dl_not_lazy;
-
-static __inline__ int _dl_symbol(char * name)
-{
-  if (name[0] != '_' || name[1] != 'd' || name[2] != 'l' || name[3] != '_')
-    return 0;
-  return 1;
-}
 
 #define LD_ERROR_NOFILE 1
 #define LD_ERROR_NOZERO 2


More information about the uClibc-cvs mailing list