X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Flibc.c;h=d22d274708b0d084b30cd72b713df740841e62b4;hp=59d302d47fee716a592b8543ecbf27851aa17395;hb=f78cdbe8993d072bf60a65754544199016a1fe29;hpb=bae2e52bfd676c447862b9baec535db401aab075 diff --git a/src/internal/libc.c b/src/internal/libc.c index 59d302d4..d22d2747 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -7,5 +7,12 @@ struct __libc *__libc_loc() return &__libc; } #else -struct __libc __libc ATTR_LIBC_VISIBILITY; +struct __libc __libc; #endif + +#ifdef BROKEN_VISIBILITY +__asm__(".hidden __libc"); +#endif + +size_t __hwcap; +size_t __sysinfo;