From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- include/wchar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wchar.h') diff --git a/include/wchar.h b/include/wchar.h index e461f7184..da6edae8c 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -520,6 +520,7 @@ extern int fwide (__FILE *__fp, int __mode) __THROW; extern int fwprintf (__FILE *__restrict __stream, __const wchar_t *__restrict __format, ...) /* __attribute__ ((__format__ (__wprintf__, 2, 3))) */; +libc_hidden_proto(fwprintf) /* Write formatted output to stdout. This function is a possible cancellation point and therefore not -- cgit v1.2.3