diff options
Diffstat (limited to 'libc/stdio/old_vfprintf.c')
-rw-r--r-- | libc/stdio/old_vfprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |