blob: c1e44c3e9a3ecba22d55462c0af0ea5364454d67 [file] [log] [blame]
// Replacemenet for musl's libc
#ifndef MUSL_LIBC_H
#define MUSL_LIBC_H
#define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden")))
#endif // MUSL_LIBC_H