From 59b49e514fa8ceec060182ec1e80b128a7950723 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 20:16:19 +0000 Subject: same for __fputc_unlocked --- libc/stdio/putwchar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdio') 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) -- cgit v1.2.3