Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-02-16 18:04:34 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-02-16 18:04:34 +0300
commitc65466e242ee3e573ae1cf45241287c92b32cc00 (patch)
treefa314067d2fe96e3e59e45d0332c196c222e40bf /newlib/libc/stdio/fputwc.c
parent4806c1f4f6038e2d9e8deca44449d8a238308fb0 (diff)
* 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 ef10a8eba..f32d56675 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>