changes to kernel sigaction struct handling in preparation for mips port
[musl] / src / internal / libc.c
index 5f12e29..c1e21ca 100644 (file)
@@ -9,3 +9,7 @@ struct __libc *__libc_loc()
 #else
 struct __libc __libc;
 #endif
+
+#ifdef BROKEN_VISIBILITY
+__asm__(".hidden __libc");
+#endif