X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fftell.c;h=1e1a08d8281dc6f7a79b4010adf5302f08716bc3;hb=ea3b40a321e751e016948087ef23ae7b9e8e0150;hp=1a2afbbce3a62ef87f90c7093d11bd8f5369da84;hpb=849e7603e9004fd292a93df64dd3524025f2987a;p=musl diff --git a/src/stdio/ftell.c b/src/stdio/ftell.c index 1a2afbbc..1e1a08d8 100644 --- a/src/stdio/ftell.c +++ b/src/stdio/ftell.c @@ -37,5 +37,3 @@ long ftell(FILE *f) } weak_alias(__ftello, ftello); - -weak_alias(ftello, ftello64);