X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.h;h=508911480645e32b769ad01059419230f97d31f5;hb=a47ad3ebce8e20a5d72535996a0d0d5458241213;hp=5ab4e679906e85c3a77dd6483a43ab733511a7d5;hpb=607b05aca683eee5bcdb7bf9af4ebf02adc635d9;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index 5ab4e679..50891148 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -27,7 +27,7 @@ extern size_t __hwcap; #if __GNUC__ < 4 #define BROKEN_VISIBILITY 1 #endif -#define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden"))) +#define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden"))) #else #define ATTR_LIBC_VISIBILITY #endif