diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-06 12:59:17 +0200 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-16 11:29:13 -0700 |
| commit | f5c0fd4779188a6297b3246f6655c338b5f7f09a (patch) | |
| tree | 27b695499af9a6815ad6df860e94c68513238da8 | |
| parent | 3692c164454847785535c6902834895f74641cca (diff) | |
| download | uClibc-alpine-f5c0fd4779188a6297b3246f6655c338b5f7f09a.tar.bz2 uClibc-alpine-f5c0fd4779188a6297b3246f6655c338b5f7f09a.tar.xz | |
whitespace cleanup
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| -rw-r--r-- | ldso/include/dl-hash.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h index 1b28a34b6..d8a927378 100644 --- a/ldso/include/dl-hash.h +++ b/ldso/include/dl-hash.h @@ -131,7 +131,7 @@ struct elf_resolve { extern struct dyn_elf * _dl_symbol_tables; extern struct elf_resolve * _dl_loaded_modules; -extern struct dyn_elf * _dl_handles; +extern struct dyn_elf * _dl_handles; extern struct elf_resolve * _dl_add_elf_hash_table(const char * libname, DL_LOADADDR_TYPE loadaddr, unsigned long * dynamic_info, @@ -139,15 +139,15 @@ extern struct elf_resolve * _dl_add_elf_hash_table(const char * libname, #if USE_TLS || defined __FDPIC__ #define _DL_LOOKUP_HASH_NEEDS_EXTRA_TPNT -#define _DL_LOOKUP_HASH_EXTRA_TPNT ,struct elf_resolve **tpntp +#define _DL_LOOKUP_HASH_EXTRA_TPNT ,struct elf_resolve **tpntp #else #undef _DL_LOOKUP_HASH_NEEDS_EXTRA_TPNT #define _DL_LOOKUP_HASH_EXTRA_TPNT #endif -extern char * _dl_lookup_hash(const char * name, struct dyn_elf * rpnt, +extern char * _dl_lookup_hash(const char * name, struct dyn_elf * rpnt, struct elf_resolve *mytpnt, int type_class _DL_LOOKUP_HASH_EXTRA_TPNT); - + static __always_inline char *_dl_find_hash(const char *name, struct dyn_elf *rpnt, struct elf_resolve *mytpnt, int type_class, struct elf_resolve **tpntp) |
