From 5dd9f2af4bcc23c86d1d4f4a5574c20d7faff949 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 14 Jan 2004 06:30:59 +0000 Subject: Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale implementation to build. Later this month I'll add a functional wcsftime. --- include/wchar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/wchar.h b/include/wchar.h index ecb6c2cd9..908201216 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -842,7 +842,6 @@ extern int fputws_unlocked (__const wchar_t *__restrict __ws, #endif -#if 0 __BEGIN_NAMESPACE_C99 /* Format TP into S according to FORMAT. Write no more than MAXSIZE wide characters and return the number @@ -868,7 +867,6 @@ extern size_t __wcsftime_l (wchar_t *__restrict __s, size_t __maxsize, __locale_t __loc) __THROW; #endif /* __UCLIBC_HAS_XLOCALE__ */ # endif -#endif /* 0 */ /* The X/Open standard demands that most of the functions defined in the header must also appear here. This is probably -- cgit v1.2.3