overhaul i386 syscall mechanism not to depend on external asm source
[oweals/musl.git] / src / internal / libc.c
index 2e10942df1b7fc3fa5745451fcf5732a45eadd89..cb05181084a57ab5cc8772b31edb75ffd0279d1c 100644 (file)
@@ -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);