From 1130df6d42fdf1d19d70647d413ee84e5f9ab108 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 24 Mar 2011 15:04:45 +0100 Subject: dl-hash.h: remove unused _dl_symbol and unneeded prototypes Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- ldso/include/dl-hash.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ldso') diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h index 7bccdca96..a2144d1d8 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 -- cgit v1.2.3