X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffgetwc.c;h=6f9f9ec21f8351cecf5131db636f8600364e8fab;hb=dba68bf98fc708cea4c478278c889fc7ad802b00;hp=5e420594da00dbf9bce0105508f6f3ef11487f08;hpb=7683fceedebd98dda19b1a379b92406b64ce7f92;p=musl diff --git a/src/stdio/fgetwc.c b/src/stdio/fgetwc.c index 5e420594..6f9f9ec2 100644 --- a/src/stdio/fgetwc.c +++ b/src/stdio/fgetwc.c @@ -34,7 +34,6 @@ wint_t __fgetwc_unlocked(FILE *f) if (l == -1) return WEOF; } - FUNLOCK(f); return wc; }