浏览代码

same for __fputc_unlocked

Peter S. Mazinger 20 年之前
父节点
当前提交
59b49e514f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/stdio/putwchar.c

+ 1 - 0
libc/stdio/putwchar.c

@@ -22,6 +22,7 @@ strong_alias(putwchar_unlocked,putwchar)
 
 #elif defined __UCLIBC_HAS_THREADS__
 
+libc_hidden_proto(__fputc_unlocked)
 /* psm: should this be fputwc? */
 libc_hidden_proto(fputc)