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