mirror of
https://github.com/fluencelabs/musl
synced 2025-06-14 15:31:42 +00:00
remove useless attribute visibility from definitions
this was a failed attempt at working around the gcc 3 visibility bug affecting x86_64. subsequent patch will address it with an ugly but working hack.
This commit is contained in:
@ -7,5 +7,5 @@ struct __libc *__libc_loc()
|
||||
return &__libc;
|
||||
}
|
||||
#else
|
||||
struct __libc __libc ATTR_LIBC_VISIBILITY;
|
||||
struct __libc __libc;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user