X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Ffgetc.c;h=e122416406d8c8351b29b9bde71573dd355f894d;hb=1d92cddb1e1ed4b6cc0e55461727561e7a2522e0;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);