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