byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
[musl] / src / internal / syscall.h
index e3a8c5d..a93f6d1 100644 (file)
@@ -17,7 +17,7 @@
 typedef long syscall_arg_t;
 #endif
 
-#if defined(__PIC__) && (100*__GNUC__+__GNUC_MINOR__ >= 303)
+#ifdef SHARED
 __attribute__((visibility("hidden")))
 #endif
 long __syscall_ret(unsigned long), __syscall(syscall_arg_t, ...),