diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-24 15:04:45 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:33 +0200 |
commit | 1130df6d42fdf1d19d70647d413ee84e5f9ab108 (patch) | |
tree | 9d5b6d15bdd33a8f57ab1628dafa02b123166f3b | |
parent | 6cd313691e522bc2188b05cbe949a57ca40a34f0 (diff) |
dl-hash.h: remove unused _dl_symbol and unneeded prototypes
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | 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 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 |