mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 15:17:39 +01:00
Remove one of duplicated declarations of `get_proc_name'
Declarations of `get_proc_name' of is duplicated. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
This commit is contained in:
parent
dee708f4bc
commit
2c3444d0f4
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@ extern int elf_w (get_proc_name_in_image) (unw_addr_space_t as,
|
|||
unw_word_t ip,
|
||||
char *buf, size_t buf_len, unw_word_t *offp);
|
||||
|
||||
extern int elf_w (get_proc_name) (unw_addr_space_t as,
|
||||
pid_t pid, unw_word_t ip,
|
||||
char *buf, size_t len,
|
||||
unw_word_t *offp);
|
||||
|
||||
static inline int
|
||||
elf_w (valid_object) (struct elf_image *ei)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue