diff options
Diffstat (limited to 'elf/dladdr.c')
-rw-r--r-- | elf/dladdr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dladdr.c b/elf/dladdr.c index 166952ac46..87283e2586 100644 --- a/elf/dladdr.c +++ b/elf/dladdr.c @@ -20,7 +20,6 @@ Cambridge, MA 02139, USA. */ #include <stddef.h> #include <link.h> #include <dlfcn.h> -#include <setjmp.h> int @@ -30,7 +29,6 @@ dladdr (void *address, Dl_info *info) struct link_map *l, *match; const Elf32_Sym *symtab, *matchsym; const char *strtab; - Elf32_Word symidx; /* Find the highest-addressed object that ADDRESS is not below. */ match = NULL; |