X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmultibyte%2Finternal.c;h=bbdc4159a8aa51d2b04108338023cf60e3e95f81;hb=6fef8cafbd0f6f185897bc87feb1ff66e2e204e1;hp=1813b266c75d29e19324d97512fbe2168c856f5a;hpb=571744447c23f91feb6439948f3a619aca850dfb;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