mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
* elf/ldconfig.c: Include elf.h.
This commit is contained in:
parent
a8571d373c
commit
9c95d361a2
@ -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>.
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <argp.h>
|
||||
#include <dirent.h>
|
||||
#include <elf.h>
|
||||
#include <error.h>
|
||||
#include <errno.h>
|
||||
#include <libintl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user