]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove a dead declaration.
authorRoland McGrath <roland@hack.frob.com>
Tue, 7 May 2013 00:06:50 +0000 (17:06 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 7 May 2013 00:06:50 +0000 (17:06 -0700)
ChangeLog
elf/dl-open.c

index d1b7ce8ca0d51111887ccaa012587574a650edc8..bc3e7d0d3aeeb1edfcb8a6adba7ab904b78d1516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 9ff5f5736dffcba81636ee94cf66fdb8aaf35e1b..92fae7f59b99eb7b36c6a1d26f3b429f90f95aa9 100644 (file)
 #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