From: Roland McGrath Date: Tue, 7 May 2013 00:06:50 +0000 (-0700) Subject: Remove a dead declaration. X-Git-Tag: glibc-2.18~320 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=976e2f038121745bedac1ebc76a1b270bd006133;p=platform%2Fupstream%2Fglibc.git Remove a dead declaration. --- diff --git a/ChangeLog b/ChangeLog index d1b7ce8..bc3e7d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-05-06 Roland McGrath + * elf/dl-open.c: Remove declaration of _dl_sysdep_start. + * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ... * sysdeps/wordsize-64/glob64.c: ... here. diff --git a/elf/dl-open.c b/elf/dl-open.c index 9ff5f57..92fae7f 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -37,13 +37,6 @@ #include -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