projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f8e66
)
2004-09-12 Roland McGrath <roland@frob.com>
author
Roland McGrath
<roland@gnu.org>
Sun, 12 Sep 2004 23:05:24 +0000
(23:05 +0000)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/i386/init-first.c
b/sysdeps/mach/hurd/i386/init-first.c
index 1b2dee5c9d547cea081ea446db254e4f29682869..af27473d0d941f93d0463fcaee57cb6c2a827f9b 100644
(file)
--- a/
sysdeps/mach/hurd/i386/init-first.c
+++ b/
sysdeps/mach/hurd/i386/init-first.c
@@
-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;