use macros instead of inline functions in shgetc.h
[oweals/musl.git] / src / internal / libc.c
index 954efedf8b04eee03e09d26b36563097ef2c65db..c1e21ca021a45ebe7f2736a4cba13d75e0c1613d 100644 (file)
@@ -1,6 +1,6 @@
 #include "libc.h"
 
-#ifdef __PIC__
+#ifdef USE_LIBC_ACCESSOR
 struct __libc *__libc_loc()
 {
        static struct __libc __libc;
@@ -9,3 +9,7 @@ struct __libc *__libc_loc()
 #else
 struct __libc __libc;
 #endif
+
+#ifdef BROKEN_VISIBILITY
+__asm__(".hidden __libc");
+#endif