libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH] Remove one of duplicated declarations of `get_


From: Masatake YAMATO
Subject: [Libunwind-devel] [PATCH] Remove one of duplicated declarations of `get_proc_name'
Date: Sun, 22 Sep 2013 02:50:38 +0900 (JST)

Declarations of `get_proc_name' of is duplicated.
    
Signed-off-by: Masatake YAMATO <address@hidden>

diff --git a/src/elfxx.h b/src/elfxx.h
index f3917ee..dd1e346 100644
--- a/src/elfxx.h
+++ b/src/elfxx.h
@@ -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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]