X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffgetc.c;h=e122416406d8c8351b29b9bde71573dd355f894d;hb=41d7c77d6a2e74294807d35062e4cd1d48ab72d3;hp=65a10fa61777b164daab818595c53cf496e7194c;hpb=6a4b9472fb0a85e55030b37ec3017ba0319e03f9;p=musl diff --git a/src/stdio/fgetc.c b/src/stdio/fgetc.c index 65a10fa6..e1224164 100644 --- a/src/stdio/fgetc.c +++ b/src/stdio/fgetc.c @@ -9,6 +9,3 @@ int fgetc(FILE *f) __unlockfile(f); return c; } - -weak_alias(fgetc, getc); -weak_alias(fgetc, _IO_getc);