X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Finternal%2Flibc.c;h=2e10942df1b7fc3fa5745451fcf5732a45eadd89;hb=18f75b80fd67fd7348fcfb807216f654597b592f;hp=942f6b44843684631a6a906e8cfc06ebea09704e;hpb=b4ea63856a6af3d1bcc2db12537785371ac2024c;p=musl diff --git a/src/internal/libc.c b/src/internal/libc.c index 942f6b44..2e10942d 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -1,18 +1,6 @@ #include "libc.h" -#ifdef USE_LIBC_ACCESSOR -struct __libc *__libc_loc() -{ - static struct __libc __libc; - return &__libc; -} -#else struct __libc __libc; -#endif - -#ifdef BROKEN_VISIBILITY -__asm__(".hidden __libc"); -#endif size_t __hwcap; size_t __sysinfo;