add linux-specific unshare syscall wrapper
[oweals/musl.git] / src / internal / libc.c
index 5f12e29588cf1cccba4f8e967c7fe7927b14e3c3..c1e21ca021a45ebe7f2736a4cba13d75e0c1613d 100644 (file)
@@ -9,3 +9,7 @@ struct __libc *__libc_loc()
 #else
 struct __libc __libc;
 #endif
+
+#ifdef BROKEN_VISIBILITY
+__asm__(".hidden __libc");
+#endif