2004-09-12 Roland McGrath <roland@frob.com>

* sysdeps/mach/hurd/i386/init-first.c (init1) [! SHARED]: Add decls
	missing in last change.
This commit is contained in:
Roland McGrath 2004-09-12 23:05:24 +00:00
parent 20f8e6663a
commit 4b41db6048
1 changed files with 4 additions and 0 deletions

View 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;