From f203b3511f4715695ee932049944c4922d5d3025 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 22 Apr 2015 02:53:41 -0400 Subject: fix inconsistent visibility for __hwcap and __sysinfo symbols these are used as hidden by asm files (and such use is the whole reason they exist), but their actual definitions were not hidden. --- src/env/__libc_start_main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/env') diff --git a/src/env/__libc_start_main.c b/src/env/__libc_start_main.c index 10e55909..f6f3b14a 100644 --- a/src/env/__libc_start_main.c +++ b/src/env/__libc_start_main.c @@ -20,9 +20,6 @@ weak_alias(dummy1, __init_ssp); #define AUX_CNT 38 -extern size_t __hwcap, __sysinfo; -extern char *__progname, *__progname_full; - #ifndef SHARED static #endif -- cgit v1.2.1