1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +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

@@ -28,10 +28,6 @@
#error makefile bug, this file is for static only
#endif
extern ElfW(Phdr) *_dl_phdr;
extern size_t _dl_phnum;
dtv_t _dl_static_dtv[2 + TLS_SLOTINFO_SURPLUS];