X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.c;h=d22d274708b0d084b30cd72b713df740841e62b4;hb=9c6b1de0fb11d6e2927a19bbaf6345aedcc84297;hp=5f12e29588cf1cccba4f8e967c7fe7927b14e3c3;hpb=7fa29920ed19407bf1c3762f14dab9291548e976;p=musl diff --git a/src/internal/libc.c b/src/internal/libc.c index 5f12e295..d22d2747 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -9,3 +9,10 @@ struct __libc *__libc_loc() #else struct __libc __libc; #endif + +#ifdef BROKEN_VISIBILITY +__asm__(".hidden __libc"); +#endif + +size_t __hwcap; +size_t __sysinfo;