X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffputc.c;h=92762c98f8ccf28312140d0df717441483e15e79;hb=5afc74fbaa2371f30df0dc9fb7bc3afe6bd96137;hp=99532965c6894f6f52f4b37576ad6e3d2f3c4af2;hpb=6a4b9472fb0a85e55030b37ec3017ba0319e03f9;p=musl diff --git a/src/stdio/fputc.c b/src/stdio/fputc.c index 99532965..92762c98 100644 --- a/src/stdio/fputc.c +++ b/src/stdio/fputc.c @@ -8,6 +8,3 @@ int fputc(int c, FILE *f) __unlockfile(f); return c; } - -weak_alias(fputc, putc); -weak_alias(fputc, _IO_putc);