X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffgetc.c;h=e122416406d8c8351b29b9bde71573dd355f894d;hb=bcd9302508e5b89cfdcf2a2acebdf05d88d7479e;hp=4d8aca371d895603653e1d06ca53c2a1f2ce726a;hpb=dba68bf98fc708cea4c478278c889fc7ad802b00;p=musl diff --git a/src/stdio/fgetc.c b/src/stdio/fgetc.c index 4d8aca37..e1224164 100644 --- a/src/stdio/fgetc.c +++ b/src/stdio/fgetc.c @@ -9,5 +9,3 @@ int fgetc(FILE *f) __unlockfile(f); return c; } - -weak_alias(fgetc, getc);