Loading...
stdio/FreeBSD/getwc.3.patch Libc-583 /dev/null
--- Libc/Libc-583/stdio/FreeBSD/getwc.3.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- getwc.3	2004-11-25 11:38:35.000000000 -0800
-+++ getwc.3.edit	2006-08-09 13:40:43.000000000 -0700
-@@ -56,7 +56,7 @@
- .Ft wint_t
- .Fn getwc "FILE *stream"
- .Ft wint_t
--.Fn getwchar
-+.Fn getwchar void
- .Sh DESCRIPTION
- The
- .Fn fgetwc
-@@ -79,6 +79,12 @@
- .Fn getwc
- with the argument
- .Dv stdin .
-+.Pp
-+Extended locale versions of these functions are documented in
-+.Xr getwc_l 3 .
-+See
-+.Xr xlocale 3
-+for more information.
- .Sh RETURN VALUES
- If successful, these routines return the next wide character
- from the
-@@ -104,13 +110,14 @@
- .Xr fopen 3 ,
- .Xr fread 3 ,
- .Xr getc 3 ,
-+.Xr getwc_l 3 ,
- .Xr putwc 3 ,
- .Xr stdio 3 ,
- .Xr ungetwc 3
- .Sh STANDARDS
- The
- .Fn fgetwc ,
--.Fn getwc
-+.Fn getwc ,
- and
- .Fn getwchar
- functions