X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmultibyte%2Finternal.c;h=bbdc4159a8aa51d2b04108338023cf60e3e95f81;hb=f9cccfc16e58b39ee381fbdfb8688db3bb8e3555;hp=1813b266c75d29e19324d97512fbe2168c856f5a;hpb=428462a4c355f32e09fa5e578043c15ea91e29f7;p=musl diff --git a/src/multibyte/internal.c b/src/multibyte/internal.c index 1813b266..bbdc4159 100644 --- a/src/multibyte/internal.c +++ b/src/multibyte/internal.c @@ -30,7 +30,3 @@ const uint32_t bittab[] = { E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf), F(0x0),F(0x1),F(0x2),F(0x3),F(0x4) }; - -#ifdef BROKEN_VISIBILITY -__asm__(".hidden __fsmu8"); -#endif