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:
authorJeff Johnston <jjohnstn@redhat.com>2009-01-05 22:08:03 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-01-05 22:08:03 +0300
commit8ca367408d4687b6221adaa4c916ca4375242ea8 (patch)
tree64bba3b0f4432259819c2f5df22015903adf99e7 /newlib/libc/stdio/fwide.c
parentf1170e02f2463a0a296f9d3199bb7e6e8257d2ab (diff)
2009-01-05 Craig Howland <howland@LGSInnovations.com>
* libc/stdio/fwide.c: Correct typo in TRAD_SYNOPSIS for _fwide_r.
Diffstat (limited to 'newlib/libc/stdio/fwide.c')
-rw-r--r--newlib/libc/stdio/fwide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fwide.c b/newlib/libc/stdio/fwide.c
index 46a7db086..e298f911a 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]>;