diff options
Diffstat (limited to 'src/internal/libc.c')
-rw-r--r-- | src/internal/libc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/libc.c b/src/internal/libc.c index 59d302d4..5f12e295 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 ATTR_LIBC_VISIBILITY; +struct __libc __libc; #endif |