1 // Replacemenet for musl's libc 2 3 #ifndef MUSL_LIBC_H 4 #define MUSL_LIBC_H 5 6 #define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden"))) 7 8 #endif // MUSL_LIBC_H 9
1 // Replacemenet for musl's libc 2 3 #ifndef MUSL_LIBC_H 4 #define MUSL_LIBC_H 5 6 #define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden"))) 7 8 #endif // MUSL_LIBC_H 9