math: fix comment in __rem_pio2f.c
[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;