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