From 8ab6671aad7dbe47453231380826382962ad7f98 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 22 Jul 2010 00:02:40 +0000 Subject: [PATCH] * reverted r37669, as gcc4 enables wchar_t-related template types, but then fails to build them because of wcsftime() missing Needs more investigation ... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37674 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/wchar.h b/headers/posix/wchar.h index e831212fe9..1ca196f6d0 100644 --- a/headers/posix/wchar.h +++ b/headers/posix/wchar.h @@ -49,7 +49,7 @@ extern wint_t fputwc(wchar_t, FILE *); extern int fputws(const wchar_t *, FILE *); extern int fwide(FILE *, int); extern int fwprintf(FILE *, const wchar_t *, ...); -extern int fwscanf(FILE *, const wchar_t *, ...); +/*extern int fwscanf(FILE *, const wchar_t *, ...);*/ extern wint_t getwc(FILE *); extern wint_t getwchar(void);