Consolidate declarations of _dl_phdr, _dl_phnum.
[platform/upstream/glibc.git] / csu / libc-tls.c
index 5fa39eb..2a19501 100644 (file)
  #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];