X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffopen.c;h=80bc341e669b4cde4a509f4a116bfa57f5350172;hb=246f1c811448f37a44b41cd8df8d0ef9736d95f4;hp=e1b91e12d826357fd5058b913ba75b386be8a606;hpb=dec8f0a4fa7aa533c843e6eaec862be674ff3a1a;p=musl diff --git a/src/stdio/fopen.c b/src/stdio/fopen.c index e1b91e12..80bc341e 100644 --- a/src/stdio/fopen.c +++ b/src/stdio/fopen.c @@ -29,5 +29,3 @@ FILE *fopen(const char *restrict filename, const char *restrict mode) __syscall(SYS_close, fd); return 0; } - -weak_alias(fopen, fopen64);