From e97ed6ddbe0d53d616d93669826db225b12c3235 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 14 Feb 2013 13:12:02 +0000 Subject: Remove bp-sym.h and BP_SYM uses from C code. --- elf/dl-open.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'elf/dl-open.c') diff --git a/elf/dl-open.c b/elf/dl-open.c index 385a6c1f35..67f7e739bd 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include @@ -43,7 +42,7 @@ extern ElfW(Addr) _dl_sysdep_start (void **start_argptr, ElfW(Word) phnum, ElfW(Addr) *user_entry, ElfW(auxv_t) *auxv)); -weak_extern (BP_SYM (_dl_sysdep_start)) +weak_extern (_dl_sysdep_start) extern int __libc_multiple_libcs; /* Defined in init-first.c. */ -- cgit 1.4.1