projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8571d3
)
Update.
author
Andreas Jaeger
<aj@suse.de>
Wed, 10 May 2000 09:32:42 +0000
(09:32 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Wed, 10 May 2000 09:32:42 +0000
(09:32 +0000)
* elf/ldconfig.c: Include elf.h.
ChangeLog
patch
|
blob
|
history
elf/ldconfig.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
14bf6c6
..
fcc4346
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2000-05-09 Jakub Jelinek <jakub@redhat.com>
+ * elf/ldconfig.c: Include elf.h.
+
* elf/dl-sym.c (_dl_sym): Test ref not result for non-zero.
(_dl_vsym): Likewise.
Reported by Owen Taylor <otaylor@redhat.com>.
diff --git
a/elf/ldconfig.c
b/elf/ldconfig.c
index
ff96682
..
4ee9763
100644
(file)
--- a/
elf/ldconfig.c
+++ b/
elf/ldconfig.c
@@
-19,6
+19,7
@@
#include <argp.h>
#include <dirent.h>
+#include <elf.h>
#include <error.h>
#include <errno.h>
#include <libintl.h>