X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Flibc.c;h=d22d274708b0d084b30cd72b713df740841e62b4;hp=5f12e29588cf1cccba4f8e967c7fe7927b14e3c3;hb=12e9b4faf68a1a02ebf5ad69c03ac10f170f14cb;hpb=41d518360fd2da0f19d6a2f8d8c5f226b201c1e9 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;