summaryrefslogtreecommitdiffstats
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
parent4806c1f4f6038e2d9e8deca44449d8a238308fb0 (diff)
downloadcygnal-c65466e242ee3e573ae1cf45241287c92b32cc00.tar.gz
cygnal-c65466e242ee3e573ae1cf45241287c92b32cc00.tar.bz2
cygnal-c65466e242ee3e573ae1cf45241287c92b32cc00.zip
* libc/stdio/fputwc.c: Fix typo in man page info.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/stdio/fputwc.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 3a2b48c11..f417434df 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-16 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/stdio/fputwc.c: Fix typo in man page info.
+
2009-02-12 Corinna Vinschen <corinna@vinschen.de>
* libc/include/wchar.h (_wcstod_r): Declare.
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>