summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2004-01-14 06:30:59 +0000
committerManuel Novoa III <mjn3@codepoet.org>2004-01-14 06:30:59 +0000
commit5dd9f2af4bcc23c86d1d4f4a5574c20d7faff949 (patch)
treeb22b7b76a84af013f171fdcf00f8937408bbbc7e /include
parentcc9a9ed87bd5b700c81ae999358e2b063592b393 (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/wchar.h2
1 files changed, 0 insertions, 2 deletions
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 <wctype.h> header must also appear here. This is probably