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 /csu/libc-tls.c | |
parent | af15c191766fd413ef6fedc9d54b87962332ca71 (diff) | |
download | glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.zip glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.gz glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.bz2 |
Consolidate declarations of _dl_phdr, _dl_phnum.
Diffstat (limited to 'csu/libc-tls.c')
-rw-r--r-- | csu/libc-tls.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csu/libc-tls.c b/csu/libc-tls.c index 5fa39eb..2a19501 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]; |