summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-14 20:16:19 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-14 20:16:19 +0000
commit59b49e514fa8ceec060182ec1e80b128a7950723 (patch)
tree0c0e3f2f9a4e2c530428344312ab94b43404b04b /libc/stdio
parent853815fce1746692e00395e7370bb96bf33b62e3 (diff)
same for __fputc_unlocked
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/putwchar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/putwchar.c b/libc/stdio/putwchar.c
index e25f35e5e..7a6501c28 100644
--- a/libc/stdio/putwchar.c
+++ b/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)