X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ftmpfile.c;h=ae493987b8a7d43f89c4e1eed86cdd81fba7756c;hb=b67d56c7b3b0f84360db749aa6f431a07761d9c8;hp=55d742fad3f5c60ee4e70b39b6b9ecfa096113fa;hpb=13d1afa46f8098df290008c681816c9eb89ffbdb;p=musl diff --git a/src/stdio/tmpfile.c b/src/stdio/tmpfile.c index 55d742fa..ae493987 100644 --- a/src/stdio/tmpfile.c +++ b/src/stdio/tmpfile.c @@ -28,4 +28,4 @@ FILE *tmpfile(void) return 0; } -LFS64(tmpfile); +weak_alias(tmpfile, tmpfile64);