Browse Source

Add fgetwln(3) from FreeBSD and bump libc minor revision.

OPENBSD_5_7
millert 9 years ago
parent
commit
1644b19fff
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/wchar.h

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

@ -1,4 +1,4 @@
/* $OpenBSD: wchar.h,v 1.26 2014/07/12 02:48:33 guenther Exp $ */
/* $OpenBSD: wchar.h,v 1.27 2015/01/12 20:58:07 millert Exp $ */
/* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */
/*-
@ -201,6 +201,7 @@ unsigned long long int wcstoull(const wchar_t * __restrict,
wint_t ungetwc(wint_t, FILE *);
wint_t fgetwc(FILE *);
wchar_t *fgetwln(FILE * __restrict, size_t * __restrict);
wchar_t *fgetws(wchar_t * __restrict, int, FILE * __restrict)
__attribute__ ((__bounded__(__wcstring__,1,2)));
wint_t getwc(FILE *);


Loading…
Cancel
Save