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