2004-09-12 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 12 Sep 2004 23:05:24 +0000 (23:05 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 12 Sep 2004 23:05:24 +0000 (23:05 +0000)
* sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls
missing in last change.

sysdeps/mach/hurd/i386/init-first.c

index 1b2dee5..af27473 100644 (file)
@@ -103,6 +103,10 @@ 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;