fix more unused variable warnings
[musl] / src / stdio / fclose.c
index 92bf7ff..38e8a1e 100644 (file)
@@ -5,8 +5,7 @@ int fclose(FILE *f)
        int r;
        int perm;
        
-       /* This lock is not paired with any unlock. */
-       FLOCK(f);
+       FFINALLOCK(f);
 
        if (!(perm = f->flags & F_PERM)) {
                OFLLOCK();