fix inconsistent visibility for __hwcap and __sysinfo symbols
authorRich Felker <dalias@aerifal.cx>
Wed, 22 Apr 2015 06:53:41 +0000 (02:53 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 22 Apr 2015 06:53:41 +0000 (02:53 -0400)
commitf203b3511f4715695ee932049944c4922d5d3025
treec2779c9c15d352326f996648d87f79bf4fb9f1c3
parent3e827b7e68eda9813055a544d240c20d025c77c9
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
src/internal/libc.h