X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffopen.c;h=e1b91e12d826357fd5058b913ba75b386be8a606;hb=59b64ff686cef2a87e9552658b2c8d2531f87176;hp=252f08241b3a313c057b3c6d8fc6baa1e8278c43;hpb=4ef9b828c1f39553a69e0635ac91f0fcadd6e8c6;p=musl diff --git a/src/stdio/fopen.c b/src/stdio/fopen.c index 252f0824..e1b91e12 100644 --- a/src/stdio/fopen.c +++ b/src/stdio/fopen.c @@ -30,4 +30,4 @@ FILE *fopen(const char *restrict filename, const char *restrict mode) return 0; } -LFS64(fopen); +weak_alias(fopen, fopen64);