X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.c;h=cb05181084a57ab5cc8772b31edb75ffd0279d1c;hb=12590c8bbd04ea484cee86812e2258fbdfca0e59;hp=2e10942df1b7fc3fa5745451fcf5732a45eadd89;hpb=3e827b7e68eda9813055a544d240c20d025c77c9;p=musl diff --git a/src/internal/libc.c b/src/internal/libc.c index 2e10942d..cb051810 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -3,7 +3,6 @@ struct __libc __libc; size_t __hwcap; -size_t __sysinfo; char *__progname=0, *__progname_full=0; weak_alias(__progname, program_invocation_short_name);