X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffseek.c;h=c7425802cee7eb8366a8fde5d0da65b9d61ba1fd;hb=246f1c811448f37a44b41cd8df8d0ef9736d95f4;hp=c07f7e952642ba3bef35f4eb8a7865e6a8d1b5dc;hpb=dec8f0a4fa7aa533c843e6eaec862be674ff3a1a;p=musl diff --git a/src/stdio/fseek.c b/src/stdio/fseek.c index c07f7e95..c7425802 100644 --- a/src/stdio/fseek.c +++ b/src/stdio/fseek.c @@ -46,5 +46,3 @@ int fseek(FILE *f, long off, int whence) } weak_alias(__fseeko, fseeko); - -weak_alias(fseeko, fseeko64);