fix possible fd leak via missing O_CLOEXEC in pthread_setname_np
[musl] / src / stdio / fgetpos.c
index 6eb361e..50813d2 100644 (file)
@@ -8,4 +8,4 @@ int fgetpos(FILE *restrict f, fpos_t *restrict pos)
        return 0;
 }
 
-LFS64(fgetpos);
+weak_alias(fgetpos, fgetpos64);