diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-02-16 15:04:34 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-02-16 15:04:34 +0000 |
commit | c65466e242ee3e573ae1cf45241287c92b32cc00 (patch) | |
tree | fa314067d2fe96e3e59e45d0332c196c222e40bf /newlib/libc/stdio/fputwc.c | |
parent | 4806c1f4f6038e2d9e8deca44449d8a238308fb0 (diff) | |
download | newlib-c65466e242ee3e573ae1cf45241287c92b32cc00.zip newlib-c65466e242ee3e573ae1cf45241287c92b32cc00.tar.gz newlib-c65466e242ee3e573ae1cf45241287c92b32cc00.tar.bz2 |
* libc/stdio/fputwc.c: Fix typo in man page info.
Diffstat (limited to 'newlib/libc/stdio/fputwc.c')
-rw-r--r-- | newlib/libc/stdio/fputwc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdio.h> #include <wchar.h> - 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 <stdio.h> #include <wchar.h> @@ -52,7 +52,7 @@ ANSI_SYNOPSIS #include <stdio.h> #include <wchar.h> - 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 <stdio.h> |