On Fri, Sep 21, 2012 at 05:29:15PM +0200, Florian Fainelli wrote:
> From: Mirko Vogt <d...@nanl.dev>

surplus trailing 'v', i don't think .dev is currently delegated publicly
> 
> This eliminates a source of reproduceable freezes

Applied, thanks!
> 
> Signed-off-by: Mirko Vogt <d...@nanl.de>
> ---
>  libc/stdio/_vfprintf.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libc/stdio/_vfprintf.c b/libc/stdio/_vfprintf.c
> index 1658e4a..7afb788 100644
> --- a/libc/stdio/_vfprintf.c
> +++ b/libc/stdio/_vfprintf.c
> @@ -1202,7 +1202,7 @@ static size_t _fp_out_narrow(FILE *fp, intptr_t type, 
> intptr_t len, intptr_t buf
>  #define STRLEN  wcslen
>  #define _PPFS_init _ppwfs_init
>  /* Pulls in fseek: */
> -#define OUTPUT(F,S)                  fputws(S,F)
> +#define OUTPUT(F,S)                  fputws_unlocked(S,F)
>  /* TODO: #define OUTPUT(F,S)         _wstdio_fwrite((S),wcslen(S),(F)) */
>  #define _outnwcs(stream, wstring, len)       _wstdio_fwrite((const wchar_t 
> *)(wstring), len, stream)
>  #define FP_OUT _fp_out_wide
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to