drop use of pthread_once for aio thread stack size init
[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);