From 61c396e2efa6eb680f23a99e8a22574b8017dfab Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 14 Jul 2003 21:16:54 +0000 Subject: Yikes! This was doing another lock instead of unlocking the stream. --- libc/stdio/old_vfprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/old_vfprintf.c') diff --git a/libc/stdio/old_vfprintf.c b/libc/stdio/old_vfprintf.c index 8aa9be502..9c8970912 100644 --- a/libc/stdio/old_vfprintf.c +++ b/libc/stdio/old_vfprintf.c @@ -490,7 +490,7 @@ int vfprintf(FILE * __restrict op, register const char * __restrict fmt, i = (__FERROR(op)) ? -1 : cnt; - __STDIO_THREADLOCK(op); + __STDIO_THREADUNLOCK(op); return i; } -- cgit v1.2.3