From c65466e242ee3e573ae1cf45241287c92b32cc00 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 16 Feb 2009 15:04:34 +0000 Subject: * libc/stdio/fputwc.c: Fix typo in man page info. --- newlib/libc/stdio/fputwc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdio/fputwc.c') diff --git a/newlib/libc/stdio/fputwc.c b/newlib/libc/stdio/fputwc.c index ef10a8e..f32d566 100644 --- a/newlib/libc/stdio/fputwc.c +++ b/newlib/libc/stdio/fputwc.c @@ -44,7 +44,7 @@ ANSI_SYNOPSIS #include #include - wint_t _fputwc_r(struct _rent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>); + wint_t _fputwc_r(struct _reent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>); #include #include @@ -52,7 +52,7 @@ ANSI_SYNOPSIS #include #include - wint_t _putwc_r(struct _rent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>); + wint_t _putwc_r(struct _reent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>); TRAD_SYNOPSIS #include -- cgit v1.1