From 32c2680ca1935bc84f21da3539943c13e829ff41 Mon Sep 17 00:00:00 2001 From: stsp <> Date: Sun, 16 Oct 2011 13:22:06 +0000 Subject: [PATCH] Hook wcsftime(3) to the build; committing on behalf of espie --- src/include/wchar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/include/wchar.h b/src/include/wchar.h index 5570a342..a631fb0b 100644 --- a/src/include/wchar.h +++ b/src/include/wchar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wchar.h,v 1.20 2011/10/16 13:20:51 stsp Exp $ */ +/* $OpenBSD: wchar.h,v 1.21 2011/10/16 13:22:06 stsp Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- @@ -156,6 +156,8 @@ int wcsncasecmp(const wchar_t *, const wchar_t *, size_t); #if __ISO_C_VISIBLE >= 1999 float wcstof(const wchar_t * __restrict, wchar_t ** __restrict); long double wcstold(const wchar_t * __restrict, wchar_t ** __restrict); +size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t *__restrict, + const struct tm *__restrict); #endif #if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \