X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.c;h=2e10942df1b7fc3fa5745451fcf5732a45eadd89;hb=9d4d0ee41b06acf68dac40332f53be7bfbde7404;hp=954efedf8b04eee03e09d26b36563097ef2c65db;hpb=d89c9e8a63018810bb6a3e2ae55604996cc21e7b;p=musl diff --git a/src/internal/libc.c b/src/internal/libc.c index 954efedf..2e10942d 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -1,11 +1,10 @@ #include "libc.h" -#ifdef __PIC__ -struct __libc *__libc_loc() -{ - static struct __libc __libc; - return &__libc; -} -#else struct __libc __libc; -#endif + +size_t __hwcap; +size_t __sysinfo; +char *__progname=0, *__progname_full=0; + +weak_alias(__progname, program_invocation_short_name); +weak_alias(__progname_full, program_invocation_name);