mirror of git://sourceware.org/git/glibc.git
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