X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.h;h=c9416f075b417e0a85198d82819c1bb78b52017b;hb=2d0f495e7bbcc1b17bf118b939e347e2d771fa2f;hp=5ab4e679906e85c3a77dd6483a43ab733511a7d5;hpb=607b05aca683eee5bcdb7bf9af4ebf02adc635d9;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index 5ab4e679..c9416f07 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 @@ -57,7 +57,6 @@ void __synccall(void (*)(void *), void *); int __setxid(int, int, int, int); extern char **__environ; -#define environ __environ #undef weak_alias #define weak_alias(old, new) \