Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/include Pull up revision 1.22 (requested by christos in t...



details:   https://anonhg.NetBSD.org/src/rev/ac7e6a8acfd9
branches:  netbsd-3
changeset: 575146:ac7e6a8acfd9
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 13:39:05 2005 +0000

description:
Pull up revision 1.22 (requested by christos in ticket #102):
PR/29826: J. T. Conklin: Add wcsftime(3) (from FreeBSD)

diffstat:

 include/wchar.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 7e7f61ae191c -r ac7e6a8acfd9 include/wchar.h
--- a/include/wchar.h   Wed Apr 06 13:38:56 2005 +0000
+++ b/include/wchar.h   Wed Apr 06 13:39:05 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wchar.h,v 1.21 2005/02/03 04:39:32 perry Exp $ */
+/*     $NetBSD: wchar.h,v 1.21.2.1 2005/04/06 13:39:05 tron Exp $      */
 
 /*-
  * Copyright (c)1999 Citrus Project,
@@ -93,6 +93,8 @@
 #undef _BSD_SIZE_T_
 #endif
 
+struct tm;
+
 __BEGIN_DECLS
 wint_t btowc(int);
 size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);
@@ -108,6 +110,8 @@
 int    wcscoll(const wchar_t *, const wchar_t *);
 wchar_t        *wcscpy(wchar_t * __restrict, const wchar_t * __restrict);
 size_t wcscspn(const wchar_t *, const wchar_t *);
+size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t * __restrict,
+           const struct tm * __restrict);
 size_t wcslen(const wchar_t *);
 wchar_t        *wcsncat(wchar_t * __restrict, const wchar_t * __restrict, size_t);
 int    wcsncmp(const wchar_t *, const wchar_t *, size_t);



Home | Main Index | Thread Index | Old Index