From 6da1949cb5c4245cfb1fcee1efadb049904be26f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 14 Mar 2011 23:11:32 +0100 Subject: use fputwc in putwchar() use fputwc instead of fputc add hidden fputwc to avoid jump relocation Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- 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 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. -- cgit v1.2.3