support archs with no renameat syscall, only renameat2
[musl] / src / stdio / tmpfile.c
index 55d742f..ae49398 100644 (file)
@@ -28,4 +28,4 @@ FILE *tmpfile(void)
        return 0;
 }
 
-LFS64(tmpfile);
+weak_alias(tmpfile, tmpfile64);