workaround gcc got-register-reload performance problems in malloc
[musl] / src / internal / libc.c
index 5f12e29..004c1a3 100644 (file)
@@ -9,3 +9,9 @@ struct __libc *__libc_loc()
 #else
 struct __libc __libc;
 #endif
+
+#ifdef BROKEN_VISIBILITY
+__asm__(".hidden __libc");
+#endif
+
+size_t __hwcap;