Browse Source

Hook wcsftime(3) to the build; committing on behalf of espie

OPENBSD_5_1
stsp 12 years ago
parent
commit
32c2680ca1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/include/wchar.h

+ 3
- 1
src/include/wchar.h View File

@ -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__)) || \


Loading…
Cancel
Save