i386 vsyscall support (vdso-provided sysenter/syscall instruction based)
[musl] / src / internal / libc.c
index c1e21ca..d22d274 100644 (file)
@@ -13,3 +13,6 @@ struct __libc __libc;
 #ifdef BROKEN_VISIBILITY
 __asm__(".hidden __libc");
 #endif
+
+size_t __hwcap;
+size_t __sysinfo;