author | Rich Felker <dalias@aerifal.cx> | 2012年02月23日 21:24:56 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012年02月23日 21:24:56 -0500 |
commit | bae2e52bfd676c447862b9baec535db401aab075 (patch) | |
tree | 2ce86c4968124da4cd7b27b02ea8570e2bc49bdd /src/internal/libc.c | |
parent | 00b883a95561b7ed31b0907fcd7cb16267de6e4d (diff) | |
download | musl-bae2e52bfd676c447862b9baec535db401aab075.tar.gz |
-rw-r--r-- | src/internal/libc.c | 2 |
diff --git a/src/internal/libc.c b/src/internal/libc.c index 5f12e295..59d302d4 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -7,5 +7,5 @@ struct __libc *__libc_loc() return &__libc; } #else -struct __libc __libc; +struct __libc __libc ATTR_LIBC_VISIBILITY; #endif |