Browse Source

same for __fputc_unlocked

Peter S. Mazinger 19 years ago
parent
commit
59b49e514f
1 changed files with 1 additions and 0 deletions
  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)