summaryrefslogtreecommitdiff
path: root/src/env
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-04-22 02:53:41 -0400
committerRich Felker <dalias@aerifal.cx>2015-04-22 02:53:41 -0400
commitf203b3511f4715695ee932049944c4922d5d3025 (patch)
treec2779c9c15d352326f996648d87f79bf4fb9f1c3 /src/env
parent3e827b7e68eda9813055a544d240c20d025c77c9 (diff)
downloadmusl-f203b3511f4715695ee932049944c4922d5d3025.tar.gz
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.
Diffstat (limited to 'src/env')
-rw-r--r--src/env/__libc_start_main.c3
1 files changed, 0 insertions, 3 deletions
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