X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Ffputc.c;h=99532965c6894f6f52f4b37576ad6e3d2f3c4af2;hp=6a144a5429f682fc5b79329cb309d28fc2a528e1;hb=f1b23d41cff432a8d0939af427fa005b4a4f95d7;hpb=dba68bf98fc708cea4c478278c889fc7ad802b00 diff --git a/src/stdio/fputc.c b/src/stdio/fputc.c index 6a144a54..99532965 100644 --- a/src/stdio/fputc.c +++ b/src/stdio/fputc.c @@ -10,3 +10,4 @@ int fputc(int c, FILE *f) } weak_alias(fputc, putc); +weak_alias(fputc, _IO_putc);