diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wchar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index aee2b6ee8..099aa9fde 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -656,6 +656,7 @@ extern wint_t getwchar (void); These functions are possible cancellation points and therefore not marked with __THROW. */ extern wint_t fputwc (wchar_t __wc, __FILE *__stream); +libc_hidden_proto(fputwc) extern wint_t putwc (wchar_t __wc, __FILE *__stream); /* Write a character to stdout. |