diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-28 15:33:57 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-28 15:33:57 -0700 |
commit | 3d3436ae68a907f656a07604eb7e10a50e1c8f85 (patch) | |
tree | 85f688e349dd601f3297813f4f6abf0f08631838 /elf/dl-iteratephdr.c | |
parent | af15c191766fd413ef6fedc9d54b87962332ca71 (diff) | |
download | glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.gz glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.xz glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.zip |
Consolidate declarations of _dl_phdr, _dl_phnum.
Diffstat (limited to 'elf/dl-iteratephdr.c')
-rw-r--r-- | elf/dl-iteratephdr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/dl-iteratephdr.c b/elf/dl-iteratephdr.c index 13d815ce6e..609b9000e5 100644 --- a/elf/dl-iteratephdr.c +++ b/elf/dl-iteratephdr.c @@ -92,10 +92,6 @@ weak_alias (__dl_iterate_phdr, dl_iterate_phdr); #else -/* dl-support.c defines these and initializes them early on. */ -extern ElfW(Phdr) *_dl_phdr; -extern size_t _dl_phnum; - int dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, size_t size, void *data), void *data) |