about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-03-28 15:33:57 -0700
committerRoland McGrath <roland@hack.frob.com>2013-03-28 15:33:57 -0700
commit3d3436ae68a907f656a07604eb7e10a50e1c8f85 (patch)
tree85f688e349dd601f3297813f4f6abf0f08631838 /sysdeps/mach/hurd
parentaf15c191766fd413ef6fedc9d54b87962332ca71 (diff)
downloadglibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.gz
glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.xz
glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.zip
Consolidate declarations of _dl_phdr, _dl_phnum.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/i386/init-first.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/i386/init-first.c b/sysdeps/mach/hurd/i386/init-first.c
index c51737b488..3cfddce15f 100644
--- a/sysdeps/mach/hurd/i386/init-first.c
+++ b/sysdeps/mach/hurd/i386/init-first.c
@@ -106,10 +106,6 @@ init1 (int argc, char *arg0, ...)
   char **argv = &arg0;
   char **envp = &argv[argc + 1];
   struct hurd_startup_data *d;
-#ifndef SHARED
-  extern ElfW(Phdr) *_dl_phdr;
-  extern size_t _dl_phnum;
-#endif
 
   while (*envp)
     ++envp;