mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Remove a dead declaration.
This commit is contained in:
parent
9723ffc524
commit
976e2f0381
@ -1,5 +1,7 @@
|
||||
2013-05-06 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user