_vfprintf.c: use 'fputws_unlocked(S, F)' instead of 'fputws(S, F)'
commitd21603390fabc20462ec4ff5990d454ca6d604cd
authorMirko Vogt <dev@nanl.de>
Fri, 21 Sep 2012 15:29:15 +0000 (21 17:29 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 29 Mar 2013 10:24:10 +0000 (29 11:24 +0100)
tree33e1bb800fb302e253d4af118bb88af2ae47f0c0
parent60e5c34fe39232b5f92bad60d986fda29e4ba05f
_vfprintf.c: use 'fputws_unlocked(S, F)' instead of 'fputws(S, F)'

This eliminates a source of reproduceable freezes

Signed-off-by: Mirko Vogt <dev@nanl.de>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/stdio/_vfprintf.c