X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ftmpfile.c;h=ae493987b8a7d43f89c4e1eed86cdd81fba7756c;hb=e1a51185ceb4386481491e11f6dd39569b9e54f7;hp=7013f64508e19a4e85ea5780fca315415dcf5368;hpb=5ce3737931bb411a8d167356d4d0287b53b0cbdc;p=musl diff --git a/src/stdio/tmpfile.c b/src/stdio/tmpfile.c index 7013f645..ae493987 100644 --- a/src/stdio/tmpfile.c +++ b/src/stdio/tmpfile.c @@ -2,7 +2,6 @@ #include #include #include "stdio_impl.h" -#include "libc.h" #define MAXTRIES 100 @@ -29,4 +28,4 @@ FILE *tmpfile(void) return 0; } -LFS64(tmpfile); +weak_alias(tmpfile, tmpfile64);