aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/fputwc.c
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-02-16 15:04:34 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-02-16 15:04:34 +0000
commitc65466e242ee3e573ae1cf45241287c92b32cc00 (patch)
treefa314067d2fe96e3e59e45d0332c196c222e40bf /newlib/libc/stdio/fputwc.c
parent4806c1f4f6038e2d9e8deca44449d8a238308fb0 (diff)
downloadnewlib-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.c4
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>