From 4019527ec2c817541acb0fa9973ce69d06d0ac8e Mon Sep 17 00:00:00 2001 From: corinna Date: Mon, 16 Feb 2009 15:04:33 +0000 Subject: [PATCH] * libc/stdio/fputwc.c: Fix typo in man page info. --- newlib/ChangeLog | 4 ++++ newlib/libc/stdio/fputwc.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3a2b48c11a..f417434dfb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2009-02-16 Corinna Vinschen + + * libc/stdio/fputwc.c: Fix typo in man page info. + 2009-02-12 Corinna Vinschen * libc/include/wchar.h (_wcstod_r): Declare. diff --git a/newlib/libc/stdio/fputwc.c b/newlib/libc/stdio/fputwc.c index ef10a8ebaf..f32d566756 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 -- 2.11.0