From 3d3436ae68a907f656a07604eb7e10a50e1c8f85 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 28 Mar 2013 15:33:57 -0700 Subject: Consolidate declarations of _dl_phdr, _dl_phnum. --- csu/libc-tls.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'csu') diff --git a/csu/libc-tls.c b/csu/libc-tls.c index 5fa39eb8d1..2a195019cc 100644 --- a/csu/libc-tls.c +++ b/csu/libc-tls.c @@ -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]; -- cgit v1.2.3