提交 52458cfa 编写于 作者: R Rich Felker

fix fputwc return value

上级 01612447
......@@ -25,7 +25,7 @@ wint_t fputwc(wchar_t c, FILE *f)
FLOCK(f);
c = __fputwc_unlocked(c, f);
FUNLOCK(f);
return 0;
return c;
}
weak_alias(__fputwc_unlocked, fputwc_unlocked);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册