X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Flibc.c;h=d22d274708b0d084b30cd72b713df740841e62b4;hp=c1e21ca021a45ebe7f2736a4cba13d75e0c1613d;hb=2d0f495e7bbcc1b17bf118b939e347e2d771fa2f;hpb=78e79d9d502ab8cdbccf94a7f307c78b8847ad0e diff --git a/src/internal/libc.c b/src/internal/libc.c index c1e21ca0..d22d2747 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -13,3 +13,6 @@ struct __libc __libc; #ifdef BROKEN_VISIBILITY __asm__(".hidden __libc"); #endif + +size_t __hwcap; +size_t __sysinfo;