diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-06 17:06:50 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-06 17:06:50 -0700 |
commit | 976e2f038121745bedac1ebc76a1b270bd006133 (patch) | |
tree | d96af6f97b36560b9696f39dcfe6e58f7a0d23b6 /elf/dl-open.c | |
parent | 9723ffc5240f83b158bee770f85e8e515ad08943 (diff) | |
download | glibc-976e2f038121745bedac1ebc76a1b270bd006133.tar.gz glibc-976e2f038121745bedac1ebc76a1b270bd006133.tar.xz glibc-976e2f038121745bedac1ebc76a1b270bd006133.zip |
Remove a dead declaration.
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index 9ff5f5736d..92fae7f59b 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -37,13 +37,6 @@ #include <dl-dst.h> -extern ElfW(Addr) _dl_sysdep_start (void **start_argptr, - void (*dl_main) (const ElfW(Phdr) *phdr, - ElfW(Word) phnum, - ElfW(Addr) *user_entry, - ElfW(auxv_t) *auxv)); -weak_extern (_dl_sysdep_start) - extern int __libc_multiple_libcs; /* Defined in init-first.c. */ /* We must be careful not to leave us in an inconsistent state. Thus we |