1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Consolidate declarations of _dl_phdr, _dl_phnum.

This commit is contained in:
Roland McGrath
2013-03-28 15:33:57 -07:00
parent af15c19176
commit 3d3436ae68
5 changed files with 12 additions and 12 deletions

View File

@ -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)