diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-02-14 13:12:02 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-02-14 13:12:02 +0000 |
commit | e97ed6ddbe0d53d616d93669826db225b12c3235 (patch) | |
tree | 95e71538707c4723fd2a47ae52e6ca5c467cfc50 /elf/dl-open.c | |
parent | cb57ce6031a84f9fab94eb318909fad368baa81d (diff) | |
download | glibc-e97ed6ddbe0d53d616d93669826db225b12c3235.tar.gz glibc-e97ed6ddbe0d53d616d93669826db225b12c3235.tar.xz glibc-e97ed6ddbe0d53d616d93669826db225b12c3235.zip |
Remove bp-sym.h and BP_SYM uses from C code.
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <sys/param.h> #include <bits/libc-lock.h> #include <ldsodefs.h> -#include <bp-sym.h> #include <caller.h> #include <sysdep-cancel.h> #include <tls.h> @@ -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. */ |