aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-01-05 19:08:03 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-01-05 19:08:03 +0000
commit8ca367408d4687b6221adaa4c916ca4375242ea8 (patch)
tree64bba3b0f4432259819c2f5df22015903adf99e7
parentf1170e02f2463a0a296f9d3199bb7e6e8257d2ab (diff)
downloadnewlib-8ca367408d4687b6221adaa4c916ca4375242ea8.zip
newlib-8ca367408d4687b6221adaa4c916ca4375242ea8.tar.gz
newlib-8ca367408d4687b6221adaa4c916ca4375242ea8.tar.bz2
2009-01-05 Craig Howland <howland@LGSInnovations.com>
* libc/stdio/fwide.c: Correct typo in TRAD_SYNOPSIS for _fwide_r.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/stdio/fwide.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ab857ee..fa403b8 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-05 Craig Howland <howland@LGSInnovations.com>
+
+ * libc/stdio/fwide.c: Correct typo in TRAD_SYNOPSIS for _fwide_r.
+
2008-12-19 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.17.0 info.
diff --git a/newlib/libc/stdio/fwide.c b/newlib/libc/stdio/fwide.c
index 46a7db0..e298f91 100644
--- a/newlib/libc/stdio/fwide.c
+++ b/newlib/libc/stdio/fwide.c
@@ -19,7 +19,7 @@ TRAD_SYNOPSIS
FILE *<[fp]>;
int <[mode]>;
- int fwide(<[ptr]>, <[fp]>, <[mode]>)
+ int _fwide_r(<[ptr]>, <[fp]>, <[mode]>)
struct _reent *<[ptr]>;
FILE *<[fp]>;
int <[mode]>;